public CurrentlyActive(MainWindow mw, CommandControl cc, AdminPassword ap, Session s)
        {
            InitializeComponent();
            _mainwindow     = mw;
            _commandcontrol = cc;
            _adminpassword  = ap;
            _session        = s;

            label_code_value.Text = s.SessionCode;
        }
Beispiel #2
0
        private void pictureBox_setting_Click(object sender, EventArgs e)
        {
            AdminPassword ap = new AdminPassword(tw, this, gkh);

            ap.Show();
        }
Beispiel #3
0
        private void pictureBox_setting_Click(object sender, EventArgs e)
        {
            AdminPassword ap = new AdminPassword(mainwind, this, mysession);

            ap.Show();
        }