예제 #1
0
파일: Inicio.cs 프로젝트: skipper234/PINT
        public Inicio(Gestor Ges)
        {
            InitializeComponent();

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

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