code cleanup
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace OwnChar.App.Desktop.Api
|
||||
namespace OwnChar.App.Desktop.Api;
|
||||
|
||||
public interface IMainWindowTab
|
||||
{
|
||||
public interface IMainWindowTab
|
||||
{
|
||||
string Name { get; }
|
||||
IMainWindowApi MaindWindow { get; internal set; }
|
||||
}
|
||||
string Name { get; }
|
||||
IMainWindowApi MaindWindow { get; internal set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user