public ThankYouCancelScreen(Aurigma.PhotoKiosk.ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }
Exemple #2
0
 public ConfirmOrderScreen(Aurigma.PhotoKiosk.ProcessOrderStage stage)
     : this()
 {
     _stage = stage;
 }