Esempio n. 1
0
 public Update(Main main, string serverAddress, Product product)
     : this(serverAddress, product)
 {
     this.main = main;
     webCalls.DownloadProgress += new WebCalls.delWebCallsDownloadProgress(main.webCalls_DownloadProgress);
 }
Esempio n. 2
0
 public void ShowInfo(string text, Main.LogType logType)
 {
     if (main != null)
     {
         main.ShowInfo(text, logType);
     }
 }