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