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