Пример #1
0
 public PrintingScreen(ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }
Пример #2
0
 public ContactInfoScreen(ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }
Пример #3
0
 public BurningScreen(ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }
Пример #4
0
 public OrderIdScreen(ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }