private void button1_Click(object sender, EventArgs e)
        {
            fm fm = new fm();

            fm.Show();
            this.Visible = false;
        }
Пример #2
0
 public MethodsFMT(fmt t, fm i, int counter, DialogResult resultfromForm, string d)
 {
     r    = t;
     fm   = i;
     id   = counter;
     dr   = resultfromForm;
     date = d;
 }
Пример #3
0
 public fmt(fm f, int counter1, DialogResult resultfromfm, string fromfm)
 {
     InitializeComponent();
     t                   = f;
     counter             = counter1;
     resultforMethodsFMT = resultfromfm;
     p                   = fromfm;
     btncheck.Enabled    = false;
 }
Пример #4
0
 public WholeRout(int index, fm r)
 {
     id = index;
     InitializeComponent();
     t = r;
 }
Пример #5
0
 public MethodsFMT(fmt t, fm i, int counter)
 {
     r  = t;
     fm = i;
     id = counter;
 }
Пример #6
0
 public ReportCashier(fm u)
 {
     InitializeComponent();
     r = u;
 }
Пример #7
0
 public Methods(fm t)
 {
     r = t;
 }
Пример #8
0
 public MethodsReportforCashier(ReportCashier e, fm y)
 {
     r = e;
     f = y;
 }