Inheritance: IConsoleView
Ejemplo n.º 1
0
 public CommandDisplayBasicState(ConsoleWindow InParentWindow, ConsoleViewMobile InParentView)
 {
     ParentWindow = InParentWindow;
     ParentView = InParentView;
 }
Ejemplo n.º 2
0
 public CommandDisplayBasicState(ConsoleWindow InParentWindow, ConsoleViewMobile InParentView)
 {
     ParentWindow = InParentWindow;
     ParentView   = InParentView;
 }
Ejemplo n.º 3
0
 public CommandInGroupDisplayState(ConsoleWindow InParentWindow, ConsoleViewMobile InParentView)
     : base(InParentWindow, InParentView)
 {
 }
Ejemplo n.º 4
0
 public CommandDisplayState(ConsoleWindow InParentWindow, ConsoleViewMobile InParentView) :
     base(InParentWindow, InParentView)
 {
 }