示例#1
0
 protected static void UpdateState(DebuggerCommand cmd)
 {
     UpdateState(new[] { cmd });
 }
示例#2
0
 static void Register(DebuggerCommand cmd)
 {
     commands.Add(cmd);
 }
示例#3
0
 static void Register(DebuggerCommand cmd)
 {
     commands.Add(cmd);
 }
示例#4
0
 protected static void UpdateState(DebuggerCommand cmd)
 {
     UpdateState(new[] { cmd });
 }