示例#1
0
 public static void SwitchDebugLevel(Command command)
 {
     EMCli.SwitchDebugLevel((DebugLevel)command.LastArgAsByte);
     EMCli.RefreshLayout();
 }