Exemplo n.º 1
0
        public FormMain()
        {
            InitializeComponent();

            UIFileLog logger = new UIFileLog();

            logger.LogListBox = listBoxLog;

            UITraceLog tracelog = new UITraceLog();
            tracelog.LogListBox = listBoxLog;

            LogMgr.Logger = logger;
        }
Exemplo n.º 2
0
        public FormMain()
        {
            InitializeComponent();

            UIFileLog logger = new UIFileLog();

            logger.LogListBox = listBoxLog;

            UITraceLog tracelog = new UITraceLog();

            tracelog.LogListBox = listBoxLog;

            LogMgr.Logger = logger;
        }