Beispiel #1
0
 public bool StopDownLoad()
 {
     if (RecordFile != null)
     {
         return(RecordFile.Stop());
     }
     return(false);
 }