|
|
@@ -77,7 +77,6 @@ namespace Dongke.IBOSS.PRD.Client
|
|
|
// string ibossMutexName = SystemAPI.UserName + "-iboss.mes-";
|
|
|
// ibossMutex = new Mutex(true, ibossMutexName, out isCreatedNew);
|
|
|
//#endif
|
|
|
-
|
|
|
// 取得程序的版本
|
|
|
_info = FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location);
|
|
|
_mainFormTitle = Constant.M_SYSTEM_NAME + " - " + Constant.M_SYSTEM_CHINESE_SERIES + " - ver " + _info.FileVersion;
|