コード例 #1
0
 public UpdateAllUI CreateUIElement()
 {
     return(_currentElement = new UpdateAllUI
     {
         Visibility = Visibility.Collapsed
     });
 }
コード例 #2
0
ファイル: UpdateAllUIService.cs プロジェクト: Newtopian/nuget
 public UpdateAllUI CreateUIElement()
 {
     return _currentElement = new UpdateAllUI
         {
             Visibility = Visibility.Collapsed
         };
 }
コード例 #3
0
 public void DisposeElement()
 {
     _currentElement = null;
 }
コード例 #4
0
ファイル: UpdateAllUIService.cs プロジェクト: Newtopian/nuget
 public void DisposeElement()
 {
     _currentElement = null;
 }