개정판 8c7d1ea1
DataBaseItemsModel 수정
Change-Id: I90ab052d201b2ef824098c5ca2a08f7d703bdce2
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/DataBaseItemsModel.cs | ||
---|---|---|
198 | 198 |
return _StatusCodeList; |
199 | 199 |
} |
200 | 200 |
} |
201 |
|
|
202 |
public bool _ConvertShow; |
|
203 |
public bool ConvertShow |
|
204 |
{ |
|
205 |
get => _ConvertShow; |
|
206 |
set |
|
207 |
{ |
|
208 |
if(_ConvertShow =! value) |
|
209 |
{ |
|
210 |
_ConvertShow = false; |
|
211 |
} |
|
212 |
_ConvertShow = value; |
|
213 |
OnPropertyChanged(() => ConvertShow); |
|
214 |
} |
|
215 |
} |
|
201 | 216 |
#endregion |
202 | 217 |
|
203 | 218 |
#region Command |
... | ... | |
610 | 625 |
{ |
611 | 626 |
RealConvertSource.Add(item); |
612 | 627 |
} |
613 |
|
|
628 |
if (RealConvertSource.Count() == 1) |
|
629 |
{ |
|
630 |
ConvertShow = true; |
|
631 |
} |
|
614 | 632 |
} |
615 | 633 |
} |
616 | 634 |
} |
... | ... | |
684 | 702 |
|
685 | 703 |
private void DataDelete(object obj) |
686 | 704 |
{ |
687 |
RadWindow.Alert("정말로 삭제 하시겠습니까?", this.OnClosed);
|
|
705 |
RadWindow.Alert("do you want to delete it??", this.OnClosed);
|
|
688 | 706 |
} |
689 | 707 |
|
690 | 708 |
private void OnClosed(object sender, WindowClosedEventArgs e) |
내보내기 Unified diff