예제 #1
0
        private void OpenAllAgeForm()
        {
            string filePath = Path.GetFullPath(Form_Set.Instance.m_SysParam.m_AgeTestAppFolderName + $@"\HisCCMAgeTest.exe");

            if (File.Exists(filePath))
            {
                OpenThirdExe.OpenAndSetWindow(filePath, pnl_container);
            }
            else
            {
                MessageBox.Show($"老化窗体路径不存在,请检查\r\n{filePath}");
            }
        }
예제 #2
0
 private void UpdateControlsSize()
 {
     OpenThirdExe.SetWindowLocation(pnl_container);
 }