8 lines
154 B
C#
8 lines
154 B
C#
namespace OwnChar.App.Desktop.Api;
|
|
|
|
public interface IMainWindowTab
|
|
{
|
|
string Name { get; }
|
|
IMainWindowApi MaindWindow { get; internal set; }
|
|
}
|