init() public method

public init ( ) : void
return void
Beispiel #1
0
 public void init()
 {
     if(openDebug) {
         di = new DebugInterface(state);
         di.init();
     }
 }
Beispiel #2
0
 public void init()
 {
     if (openDebug)
     {
         di = new DebugInterface(state);
         di.init();
     }
 }