public PrintingScreen(ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }
Beispiel #2
0
 public ContactInfoScreen(ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }
Beispiel #3
0
 public BurningScreen(ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }
 public OrderIdScreen(ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }