Ejemplo n.º 1
0
 public PaperDiaper(Form1 f, Appointment app, Mail163<PaperDiaper> em)
 {
     form1 = f;
     appointment = app;
     mail = em;
     sizeType = f.selectedType;
 }
Ejemplo n.º 2
0
 public PaperDiaper(Form1 f, Appointment app, Mail163<PaperDiaper> em, string countyForMulti, string shopForMulti, string eventId, bool requireVeriCode)
 {
     form1 = f;
     appointment = app;
     mail = em;
     sizeType = f.selectedType;
     this.requireVeriCode = requireVeriCode;
     this.countyForMulti =countyForMulti;
     this.shopForMulti = shopForMulti;
     this.eventId = eventId;
 }
Ejemplo n.º 3
0
 void testCall(ref Appointment t)
 {
     t = new Appointment("152", "", "", "", "");
 }