添加项目文件。
This commit is contained in:
15
src/BRS.UI.Main/MenuForms/ViewNode.cs
Normal file
15
src/BRS.UI.Main/MenuForms/ViewNode.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using BRS.Common.Interface;
|
||||
using BRS.UI.Model.Winform;
|
||||
|
||||
namespace BRS.UI.Main.MenuForms
|
||||
{
|
||||
[MenuNode("View1", "普通窗口", 1, "", false)]
|
||||
public class ViewNode1 : IMenuNode
|
||||
{
|
||||
}
|
||||
|
||||
[MenuNode("View2", "高级窗口", 2, "", false)]
|
||||
public class ViewNode2 : IMenuNode
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user