コード例 #1
0
 public ThankYouCancelScreen(Aurigma.PhotoKiosk.ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }
コード例 #2
0
 public ConfirmOrderScreen(Aurigma.PhotoKiosk.ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }