Beispiel #1
0
 public TransferingProject(string _projectID, Stream stream, string name, string accepter, string sender, ulong file_size, bool isSend, string _comment)
 {
     this.bool_0             = false;
     this.bool_1             = false;
     this.string_0           = "";
     this.ulong_0            = 0L;
     this.string_3           = "";
     this.string_4           = "";
     this.dateTime_1         = DateTime.Now;
     this.sendingFileParas_0 = null;
     this.bool_2             = false;
     this.string_5           = null;
     this.aZpUlxOgEg         = null;
     this.FaoUcqapdQ         = null;
     this.string_0           = _projectID;
     this.bool_0             = false;
     this.string_1           = name;
     this.stream_0           = stream;
     this.dateTime_0         = DateTime.Now;
     this.string_3           = accepter;
     this.string_4           = sender;
     this.ulong_0            = file_size;
     this.bool_1             = isSend;
     this.string_5           = _comment;
 }
Beispiel #2
0
 public TransferingProject()
 {
     this.bool_0             = false;
     this.bool_1             = false;
     this.string_0           = "";
     this.ulong_0            = 0L;
     this.string_3           = "";
     this.string_4           = "";
     this.dateTime_1         = DateTime.Now;
     this.sendingFileParas_0 = null;
     this.bool_2             = false;
     this.string_5           = null;
     this.aZpUlxOgEg         = null;
     this.FaoUcqapdQ         = null;
 }
Beispiel #3
0
 public TransferingProject(string _projectID, bool _isFolder, string _originFilePath, DateTime _originFileLastUpdateTime, string accepter, string sender, ulong file_size, bool isSend, string _comment)
 {
     this.bool_0             = false;
     this.bool_1             = false;
     this.string_0           = "";
     this.ulong_0            = 0L;
     this.string_3           = "";
     this.string_4           = "";
     this.dateTime_1         = DateTime.Now;
     this.sendingFileParas_0 = null;
     this.bool_2             = false;
     this.string_5           = null;
     this.aZpUlxOgEg         = null;
     this.FaoUcqapdQ         = null;
     this.string_0           = _projectID;
     this.bool_0             = _isFolder;
     this.string_1           = _originFilePath;
     this.dateTime_0         = _originFileLastUpdateTime;
     this.string_3           = accepter;
     this.string_4           = sender;
     this.ulong_0            = file_size;
     this.bool_1             = isSend;
     this.string_5           = _comment;
 }
Beispiel #4
0
 internal void method_1(SendingFileParas value)
 {
     this.sendingFileParas_0 = value;
 }