add api culture
This commit is contained in:
8
OwnChar.App.Desktop/Api/IMainWindowTab.cs
Normal file
8
OwnChar.App.Desktop/Api/IMainWindowTab.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace OwnChar.App.Desktop.Api
|
||||
{
|
||||
public interface IMainWindowTab
|
||||
{
|
||||
string Name { get; }
|
||||
IMainWindowApi MaindWindow { get; internal set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user