void OnAuthSuccessful() { Hide(); taskForm tf = new taskForm(this); tf.Show(); }
void OnAuthSuccessful() { Hide(); taskForm tf = new taskForm(this, AppCore.Core.defaultUserId); tf.Show(); }