예제 #1
0
        void OnAuthSuccessful()
        {
            Hide();
            taskForm tf = new taskForm(this);

            tf.Show();
        }
예제 #2
0
        void OnAuthSuccessful()
        {
            Hide();
            taskForm tf = new taskForm(this, AppCore.Core.defaultUserId);

            tf.Show();
        }