示例#1
0
 /// <summary>
 /// Launches the sale transaction path of the system
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void SaleButton_Click(object sender, EventArgs e)
 {
     SalesForm sf = new SalesForm();
     sf.Show();
 }
        private void button4_Click(object sender, EventArgs e)
        {
            SalesForm SF = new SalesForm();

            SF.ShowDialog();
        }