예제 #1
0
 protected void DeleteFile(string newFile)
 {
     if ((_fileBegin != string.Empty) && (_fileBegin != newFile))
     {
         WorkWithFiles.Delete(_fileBegin);
     }
 }
예제 #2
0
 protected void deleteFilePay()
 {
     if ((_fileBeginPay != string.Empty) && (_fileBeginPay != FilePay))
     {
         WorkWithFiles.Delete(_fileBeginPay);
     }
 }
예제 #3
0
 protected void DeleteFile(string newFile)
 {
     if (FileBegin != string.Empty && FileBegin != newFile)
     {
         WorkWithFiles.Delete(FileBegin);
     }
 }
예제 #4
0
        internal override void Delete()
        {
            WorkWithFiles.Delete(File);

            _provider.Delete("DriverLicense", ID);
        }