Exemplo n.º 1
0
        private void btnAccount_Click(object sender, EventArgs e)
        {
            panelRight.Top    = btnAccount.Top;
            panelRight.Height = btnAccount.Height;
            fcAccountList fc = new fcAccountList(LoginAccount);

            OpenChildFrom(fc);
        }
Exemplo n.º 2
0
        public fAdmin(Account acc)
        {
            InitializeComponent();
            this.LoginAccount = acc;
            fcAccountList fc = new fcAccountList(LoginAccount);

            OpenChildFrom(fc);
            DoubleBuffered = true;
        }