예제 #1
0
        private void btnStartQuiz_Click(object sender, EventArgs e)
        {
            _instance = null;
            App app = (App)Parent.Parent;

            app.Quiz();
        }
예제 #2
0
        private void CancelConfig(object sender, EventArgs e)
        {
            _instance            = null;
            User.Instance.Authed = false;
            App app = (App)Parent.Parent;

            app.User();
        }