SolidworksAddinFramework.Wpf.LogViewer.LogViewer C# (CSharp) Method

LogViewer() public method

public LogViewer ( ) : System
return System
        public LogViewer()
        {
            InitializeComponent();
            LogEntries = new CompositeSourceList<LogEntry>();

            this.LoadUnloadHandler(() => Init());
        }