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