static void Main(string[] args)
        {
            LogExample logExample = new LogExample();

            logExample.RunLogExample();

            Console.ReadKey();
        }
Example #2
0
        public Form1()
        {
            InitializeComponent();

            LogExample.Start();
        }