添加项目文件。
This commit is contained in:
13
KGdev.BI3D.Revit.Common/IMainWindow.cs
Normal file
13
KGdev.BI3D.Revit.Common/IMainWindow.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace KGdev.BI3D.Revit.Common
|
||||
{
|
||||
public interface IMainWindow
|
||||
{
|
||||
void Show();
|
||||
|
||||
void Close();
|
||||
|
||||
bool IsVisible { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user