private void اقساطالطلابToolStripMenuItem_Click(object sender, EventArgs e) { Accounts ad = new Accounts(this.Type); ad.ShowDialog(); }
private void metroTile4_Click(object sender, EventArgs e) { Accounts accounts = new Accounts(this.Type); accounts.ShowDialog(); }