| | |
| | | TextEditMaterial.Properties.Items.Add(imageItem); |
| | | } |
| | | } |
| | | imageComboBoxEditConnectlenght.Properties.AddEnum(typeof(eLengthType)); |
| | | imageComboBoxEditConnectlenght.Properties.AddEnum(typeof(eElbowType)); |
| | | TextEditCaliber.SelectedIndex = 0; |
| | | TextEditMaterial.SelectedIndex = 0; |
| | | } |
| | |
| | | { |
| | | _ElbowVmo.Angle = angle; |
| | | } |
| | | _ElbowVmo.ElbowLengthType = (eLengthType)this.imageComboBoxEditConnectlenght.EditValue; |
| | | _ElbowVmo.ElbowType = (eElbowType)this.imageComboBoxEditConnectlenght.EditValue; |
| | | if (await this.ReloadDataEvent.Invoke(_ElbowVmo)) |
| | | { |
| | | TipFormHelper.ShowSucceed("添加成功!"); |