예제 #1
0
파일: StorageUI.cs 프로젝트: nandub/DeOps
 public void Storage_Disposing()
 {
     if (Storage.HashFiles.Pending.Count > 0)
     {
         var status = new HashStatus(Storage);
         status.ShowDialog();
     }
 }
예제 #2
0
 public void Storage_Disposing()
 {
     if (Storage.HashFiles.Pending.Count > 0)
     {
         var status = new HashStatus(Storage);
         status.ShowDialog();
     }
 }