예제 #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 });
 }