private void button1_Click(object sender, EventArgs e) { fm fm = new fm(); fm.Show(); this.Visible = false; }
public MethodsFMT(fmt t, fm i, int counter, DialogResult resultfromForm, string d) { r = t; fm = i; id = counter; dr = resultfromForm; date = d; }
public fmt(fm f, int counter1, DialogResult resultfromfm, string fromfm) { InitializeComponent(); t = f; counter = counter1; resultforMethodsFMT = resultfromfm; p = fromfm; btncheck.Enabled = false; }
public WholeRout(int index, fm r) { id = index; InitializeComponent(); t = r; }
public MethodsFMT(fmt t, fm i, int counter) { r = t; fm = i; id = counter; }
public ReportCashier(fm u) { InitializeComponent(); r = u; }
public Methods(fm t) { r = t; }
public MethodsReportforCashier(ReportCashier e, fm y) { r = e; f = y; }