在GlobalInit()这个函数里:

void GlobalInit()
   2:        {
);
false;
//init browser
//check for upgrade
   6:            IReaper.CommonGui.ButtonStatuMonitor.Init();
if (Properties.Settings.Default.CallUpgrade)
   9:            {
  10:                Settings.Default.Upgrade();
false;
  12:                Settings.Default.Save();
  13:            }
//create runningCourseFile
true);//得先搞清后面这个类
//ToolStripManager.Renderer = new iReaperToolStripRender();
  17:            IReaper.Utils.SetCulture(Application.CurrentCulture);
  18:           
  19:  
  20:        }

相关文章:

  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-08-21
  • 2021-07-04
  • 2021-12-28
  • 2021-09-26
猜你喜欢
  • 2021-05-31
  • 2021-08-23
  • 2022-12-23
  • 2021-09-16
  • 2021-05-21
  • 2021-08-19
  • 2021-09-14
相关资源
相似解决方案