Exemplo n.º 1
0
 public CustomerScreen(CustomerScreenType type, WhenToUse usedinreturning, bool optionalbool, string[] message)
 {
     Type             = type;
     WhenIsScreenUsed = usedinreturning;
     OptionalBool     = optionalbool;
     ScreenMessage    = message;
 }
Exemplo n.º 2
0
 public CustomerScreen(CustomerScreenType type, WhenToUse usedinreturning, bool optionalbool)
 {
     Type             = type;
     WhenIsScreenUsed = usedinreturning;
     OptionalBool     = optionalbool;
     ScreenMessage    = new string[] { " ", " ", " ", " " };
 }