public void batchAddUsers() { batchAddUserController batch = new batchAddUserController(); batch.constructGUI(); }
private void batchAddButton_Click(object sender, EventArgs e) { batchAddUserController batch = new batchAddUserController(); batch.constructGUI(); }
public batchAddUsersGui(batchAddUserController control) { InitializeComponent(); controller = control; }