SDownload.Framework.IconReportProxy.IconReportProxy C# (CSharp) Method

IconReportProxy() public method

Creates a report proxy to a tray icon
public IconReportProxy ( System.Windows.Forms.NotifyIcon icon ) : System
icon System.Windows.Forms.NotifyIcon The tray icon to use
return System
        public IconReportProxy(NotifyIcon icon)
        {
            _icon = icon;
            Remote = IconReport;
        }