Beispiel #1
0
 public void Storage_Disposing()
 {
     if (Storage.HashFiles.Pending.Count > 0)
     {
         var status = new HashStatus(Storage);
         status.ShowDialog();
     }
 }
Beispiel #2
0
 public void Storage_Disposing()
 {
     if (Storage.HashFiles.Pending.Count > 0)
     {
         var status = new HashStatus(Storage);
         status.ShowDialog();
     }
 }