Ejemplo n.º 1
0
        public Inicio(Gestor Ges)
        {
            InitializeComponent();

            this.FormClosing += Window_Closing;
            this.Ges          = Ges;
        }
Ejemplo n.º 2
0
        public Adicionar_User(Gestor Ges)
        {
            InitializeComponent();

            this.Ges          = Ges;
            this.FormClosing += Window_Closing;
        }
Ejemplo n.º 3
0
 public Login()
 {
     InitializeComponent();
     Ges = new Gestor();
 }