Пример #1
0
 public UIFuncItemInfo(UIFunctionEnum func, string caption, UIFuncItemInfo parent = null, bool dependsOnCase = false)
 {
     Caption       = caption;
     Function      = func;
     Parent        = parent;
     DependsOnCase = dependsOnCase;
 }
Пример #2
0
 public CmdItemInfo(UIFuncItemInfo cmd, object subject)
 {
     Cmd     = cmd;
     Subject = subject;
 }