Exemple #1
0
 public void RefuseDownload()
 {
     this.waitUntilAcceeptPatch = EPatchAccept.Refuse;
 }
Exemple #2
0
 public void AcceptDownload()
 {
     this.waitUntilAcceeptPatch = EPatchAccept.Accept;
 }