public PaperDiaper(Form1 f, Appointment app, Mail163<PaperDiaper> em) { form1 = f; appointment = app; mail = em; sizeType = f.selectedType; }
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; }
void testCall(ref Appointment t) { t = new Appointment("152", "", "", "", ""); }