Example #1
0
 public void Entry()
 {
     if (this.configurator.stateType != StateConfigurator.STATE_TYPE.EMPTY)
     {
         configurator.entry();
     }
 }