コード例 #1
0
 public RegistroUsuarioForm(InicioSesion f)
 {
     this.form = f;
     InitializeComponent();
     this.CenterToScreen();
 }
コード例 #2
0
 public Menu(InicioSesion inicioSesion)
 {
     InitializeComponent();
     this.inicioSesion = inicioSesion;
     this.CenterToScreen();
 }