Пример #1
0
 public ThreadWork(Config info)
 {
     config = info;
     toiletID = config.toiletID;
     postURL = config.postURL;
     version = config.version;
 }
Пример #2
0
 public SendCommand(Config info)
 {
     toiletID = info.toiletID;
     targetURL = info.postURL;
     version = info.version;
 }