예제 #1
0
 public ConsistencyCheckCommand(GBPTreePlayground outerInstance)
 {
     this._outerInstance = outerInstance;
 }
예제 #2
0
 public RestartCommand(GBPTreePlayground outerInstance)
 {
     this._outerInstance = outerInstance;
 }
예제 #3
0
 public ToggleAutoPrintCommand(GBPTreePlayground outerInstance)
 {
     this._outerInstance = outerInstance;
 }
예제 #4
0
 public Checkpoint(GBPTreePlayground outerInstance)
 {
     this._outerInstance = outerInstance;
 }
예제 #5
0
 public PrintStateCommand(GBPTreePlayground outerInstance)
 {
     this._outerInstance = outerInstance;
 }
예제 #6
0
 public Print(GBPTreePlayground outerInstance)
 {
     this._outerInstance = outerInstance;
 }