示例#1
0
        private void buttonOpenDemands_Click(object sender, EventArgs e)
        {
            Form formSlypply = new FormSupply();

            formSlypply.Show();
        }
示例#2
0
 private void buttonOpenDemands_Click(object sender, EventArgs e)
 {
     System.Windows.Forms.Form formSupply = new FormSupply();
     formSupply.Show();
 }
示例#3
0
        private void button4_Click(object sender, EventArgs e)
        {
            Form formSupplySet = new FormSupply();

            formSupplySet.Show();
        }
示例#4
0
        private void buttonOpenSupplies_Click(object sender, EventArgs e)
        {
            FormSupply formSupply = new FormSupply();

            formSupply.Show();
        }