Exemplo n.º 1
0
        private void buttonOpenDemands_Click(object sender, EventArgs e)
        {
            Form formSlypply = new FormSupply();

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

            formSupplySet.Show();
        }
Exemplo n.º 4
0
        private void buttonOpenSupplies_Click(object sender, EventArgs e)
        {
            FormSupply formSupply = new FormSupply();

            formSupply.Show();
        }