Exemplo n.º 1
0
        private void Main_Load(object sender, EventArgs e)
        {
            frmStartup StartupForm = new frmStartup();

            StartupForm.MdiParent = this;

            StartupForm.Show();

            this.WindowState = FormWindowState.Maximized;

            tsslCurrentUser.Text = AppVariable.CURRENT_USER_FULLNAME;
        }
Exemplo n.º 2
0
        private void Main_Load(object sender, EventArgs e)
        {
            frmStartup StartupForm = new frmStartup();

            StartupForm.MdiParent = this;

            StartupForm.Show();

            this.WindowState = FormWindowState.Maximized;

            tsslCurrentUser.Text = AppVariable.CURRENT_USER_FULLNAME;
        }