Exemple #1
0
        private void btnAdd_Click(object sender, EventArgs e)
        {
            add_abasnce abs = new add_abasnce();

            abs.ShowDialog();
            //  this.metroGrid2.DataSource = abs.Get;
        }
Exemple #2
0
        private void تسجيلToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            add_abasnce ab = new add_abasnce();

            ab.ShowDialog();
        }