示例#1
0
        public FormMainProfile()
        {
            InitializeComponent();
            this.FormBorderStyle = FormBorderStyle.None;
            Region = System.Drawing.Region.FromHrgn(CreateRoundRectRgn(0, 0, Width, Height, 15, 15));

            startScreen               = new FormStartScreenInfo();
            startScreen.MdiParent     = this;
            startScreen.StartPosition = FormStartPosition.CenterScreen;
            startScreen.Show();
        }
示例#2
0
        private void PicButton_Home_Click(object sender, EventArgs e)
        {
            newCase      = null;
            updateCase   = null;
            viewAllCases = null;
            teamImdaad   = null;
            donors       = null;
            teamImdaad   = null;
            messaging    = null;
            backup       = null;


            startScreen               = new FormStartScreenInfo();
            startScreen.MdiParent     = this;
            startScreen.StartPosition = FormStartPosition.CenterScreen;
            startScreen.Show();
        }