Exemple #1
0
        private void cadastroUsuarioToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CadastroView view = new CadastroView();

            view.ShowDialog();
            view.Location = new Point(50 + this.Location.X, this.Location.Y);
            view          = null;
        }
Exemple #2
0
        public App()
        {
            InitializeComponent();

            MainPage = new CadastroView();
        }