add api culture
This commit is contained in:
10
OwnChar.App.Desktop/Api/IMainWindowApi.cs
Normal file
10
OwnChar.App.Desktop/Api/IMainWindowApi.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace OwnChar.App.Desktop.Api
|
||||
{
|
||||
public interface IMainWindowApi
|
||||
{
|
||||
void OpenTab(Control content);
|
||||
void CloseTab(Control content);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user