Ejemplo n.º 1
0
 public IConditionController GetGuiController()
 {
     return(this.guiController ?? (this.guiController = this.CreateGuiControllerInternal()));
 }
 public IConditionController GetGuiController()
 {
     return this.guiController ?? (this.guiController = this.CreateGuiControllerInternal());
 }