WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-ModelFile/SelectXhsProjectModelFileWizardPage.cs
@@ -8,7 +8,6 @@ public SelectXhsProjectModelFileWizardPage() { InitializeComponent(); this.layoutControl1.SetupLayoutControl(); } /// <summary> @@ -31,7 +30,6 @@ _vm = t; _isInitialize = true; } /// <summary> /// 允许上一步 @@ -111,7 +109,6 @@ return false; } //选择模型文件 private void btnEditSelectModelFile_ButtonClick(object sender, DevExpress.XtraEditors.Controls.ButtonPressedEventArgs e) { @@ -125,7 +122,5 @@ this.btnEditSelectModelFile.EditValue = fileName; } } } } }