コード例 #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;
 }