Example #1
0
 public void StartShowLoginBBSThread()
 {
     try
     {
         SetMessage("窗口加载中...");
         ThreadPool.QueueUserWorkItem((a) =>
         {
             Login88448.Get88448LoginForm().ShowWindow();
         });
     }
     catch (Exception ex)
     {}
 }
Example #2
0
 private void btn_luntan_Click(object sender, EventArgs e)
 {
     //Process.GetInstance().StartShowLoginBBSThread();
     Login88448.Get88448LoginForm().ShowWindow();
 }