예제 #1
0
 public static MenuItem CreateMenuItem(CommandEntry ce)
 {
     return(ce.CreateMenuItem(GlobalCommand.GlobalCmdManager));
 }