Beispiel #1
0
 private void DestroyLodingUI()
 {
     if (_lodingView != null)
     {
         _lodingView.Dispose();
     }
     _lodingView = null;
     if (_msgText != null)
     {
         _msgText.Dispose();
     }
     _msgText = null;
     if (_msgProgress != null)
     {
         _msgProgress.Dispose();
     }
     _msgProgress = null;
 }