Beispiel #1
0
        public Inicio(Gestor Ges)
        {
            InitializeComponent();

            this.FormClosing += Window_Closing;
            this.Ges          = Ges;
        }
Beispiel #2
0
        public Adicionar_User(Gestor Ges)
        {
            InitializeComponent();

            this.Ges          = Ges;
            this.FormClosing += Window_Closing;
        }
Beispiel #3
0
 public Login()
 {
     InitializeComponent();
     Ges = new Gestor();
 }