hello

object sender, EventArgs e)
        {
            //// show loginguide dialog
            //Form loginguide = new LoginGuideForm();
            //if (DialogResult.Yes != loginguide.ShowDialog(this) ||
            //    LoginUser.CurrentUser.Available == false)
            //{
            //    Application.Exit();
            //    return;
            //}

            //MessageBox.Show("初始化模块完成");

            TestInitialize(); 

            InitImageListTapThumb();

            tclMain.TabPages["tpgNav"].ImageIndex = 0;
            
            RefreshStatus();
            tmrStatus.Start();
        }


hello

相关文章:

  • 2022-12-23
  • 2021-07-18
  • 2021-06-01
  • 2021-05-31
  • 2021-11-12
猜你喜欢
  • 2021-08-05
  • 2022-02-19
  • 2021-10-26
  • 2021-12-13
  • 2021-08-01
  • 2021-11-11
相关资源
相似解决方案