資源簡介
Xsteel自動調圖軟件(中文版).zip

代碼片段和文件信息
namespace?Tekla.Technology.Akit.Userscript
{
????public?class?script
????{
????????public?static?void?Run(Tekla.Technology.Akit.Iscript?akit)
????????{
????????????string?ver?=?Tekla.Structures.TeklaStructuresInfo.GetCurrentProgramVersion();
????????????int?i?=?ver.IndexOf(‘?‘);
????????????if?(i?>?0)
????????????????ver?=?ver.Substring(0?i);
????????????Microsoft.Win32.RegistryKey?key?=?Microsoft.Win32.Registry.CurrentUser.CreateSubKey(“Software\\x_Drawer“);
????????????object?val?=?key.GetValue(ver);
????????????string?runPath?=?““;
????????????if?(val?!=?null)
????????????????runPath?=?System.Convert.ToString(val);
????????????else
????????????????return;
????????????if?(System.IO.File.Exists(runPath)?==?false)
????????????????return;
????????????System.Diagnostics.Process?process?=?new?System.Diagnostics.Process();
????????????process.StartInfo.FileName?=?runPath;
????????????process.Start();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-12-19?19:44??applications\
?????目錄???????????0??2018-03-01?18:58??applications\attributes\
?????文件????????4487??2018-01-29?23:57??applications\attributes\standard.xm
?????文件???????33023??2019-01-18?01:35??applications\language.xm
?????目錄???????????0??2017-12-01?21:45??applications\macros\
?????文件????????2102??2017-12-01?21:44??applications\macros\x_drawer.bmp
?????文件?????????933??2017-11-30?23:47??applications\macros\x_drawer.cs
?????文件???????14848??2018-01-10?22:12??applications\utils.dll
?????文件??????148992??2017-04-24?18:27??applications\x_drawer?copier.exe
?????文件?????1138176??2019-01-18?01:44??applications\x_Drawer_200.exe
?????文件?????1141248??2019-01-18?01:44??applications\x_Drawer_201.exe
?????文件?????1139712??2019-01-18?01:44??applications\x_Drawer_2016.exe
?????文件?????1144320??2019-01-18?01:44??applications\x_Drawer_2016i.exe
?????文件?????1139712??2019-01-18?01:44??applications\x_Drawer_2017.exe
?????文件?????1144320??2019-01-18?01:44??applications\x_Drawer_2017i.exe
?????文件?????1139712??2019-01-18?01:44??applications\x_Drawer_2018.exe
?????文件?????1144320??2019-01-18?01:44??applications\x_Drawer_2018i.exe
?????文件?????1139712??2019-01-18?01:44??applications\x_Drawer_210.exe
?????文件?????1144320??2019-01-18?01:44??applications\x_Drawer_211.exe
?????文件?????3015528??2018-01-31?21:52??eng?example.pdf
?????文件?????3037727??2018-01-30?19:17??rus?example.pdf
?????文件??????193316??2018-01-11?15:31??user?manual.pdf
?????文件??????224256??2018-02-08?21:15??x_Drawer.exe
評論
共有 條評論