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