Exemplo n.º 1
0
        private void TSMItem_PayList_Pay_Click(object sender, EventArgs e)
        {
            panel_Main.Controls.Clear();
            OSM_PayList_Confirm_Form plcf = new OSM_PayList_Confirm_Form();

            plcf.setMainForm(this);
            panel_Main.Controls.Add(plcf);
        }
Exemplo n.º 2
0
 private void TSMItem_PayList_Pay_Click(object sender, EventArgs e)
 {
     panel_Main.Controls.Clear();
     OSM_PayList_Confirm_Form plcf = new OSM_PayList_Confirm_Form();
     plcf.setMainForm(this);
     panel_Main.Controls.Add(plcf);
 }