Exemplo n.º 1
0
        private void Main_fee_assign_Click(object sender, EventArgs e)
        {
            Fee tf = new  Fee();

            tf.MdiParent = this;
            tf.Show();
        }
Exemplo n.º 2
0
        private void butNew_Click(object sender, EventArgs e)
        {
            Fee fe = new Fee();

            fe.Show();
            // addotherfees aot = new addotherfees();
            //aot.Show();
        }
Exemplo n.º 3
0
        private void button1_Click(object sender, EventArgs e)
        {
            Fee addfees = new Fee();

            addfees.Show();
        }