static void Main(string[] args)
        {
            var example = new Examples();

            example.DoWork();
        }
Example #2
0
        static void Main(string[] args)
        {
            var example = new Examples();

            example.ShowExample();
        }