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