public void showUserMenu() { this.Hide(); Form_Menu_User f1 = new Form_Menu_User(); FormPresenter FM = new FormPresenter(f1); f1.ShowDialog(); this.Close(); }
public void register(FormPresenter FP) { presenter = FP; }