在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: }