duheng
2024-09-06 caf0bf69009cdaee31f2e1cfdac647077aff340d
WinFrmUI/Yw.WinFrmUI.Bimface.Core/02-file/AddBimfaceFileDlg.cs
@@ -57,10 +57,9 @@
            this.imgCmbFormatType.Properties.BeginUpdate();
            this.imgCmbFormatType.Properties.Items.Clear();
            this.imgCmbFormatType.Properties.Items.AddEnum(typeof(eFormatType), false);
            this.imgCmbFormatType.EditValue = eFormatType._3D;
            this.imgCmbFormatType.EditValue = eFormatType.d3;
            this.imgCmbFormatType.Properties.EndUpdate();
        }
        //验证
        private bool Valid()
@@ -130,9 +129,5 @@
            this.Close();
        }
        private void txtDescription_EditValueChanged(object sender, EventArgs e)
        {
        }
    }
}