文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipeline/01-series/AddPipeLineSeriesDlg.cs 修改 |
| | |
| | | this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon; |
| | | } |
| | | |
| | | public event Func<Vmo.PipeLineSeriesVmo, Task<bool>> ReloadDataEvent = null; |
| | | public event Func<Vmo.PipeSeriesVmo, Task<bool>> ReloadDataEvent = null; |
| | | |
| | | //鏁版嵁楠岃瘉 |
| | | private bool Valid() |
| | |
| | | { |
| | | if (!Valid()) |
| | | return; |
| | | var model = new Vmo.PipeLineSeriesVmo(); |
| | | var model = new Vmo.PipeSeriesVmo(); |
| | | model.Name = NameTextEdit.Text; |
| | | model.TagName = TagNameTextEdit.Text; |
| | | model.Description = DescriptionTextEdit.Text; |