Example #1
0
 public UpdateFileFTP( UpdateInfoFTP parent, uint crc, uint size, string filename, List<string> options )
     : base((UpdateInfo)parent, crc, size, filename, options)
 {
     throw new NotImplementedException( "UpdateFileFTP" );
 }
Example #2
0
 public UpdateFileFTP(UpdateInfoFTP parent, uint crc, uint size, string filename, List <string> options)
     : base((UpdateInfo)parent, crc, size, filename, options)
 {
     throw new NotImplementedException("UpdateFileFTP");
 }