コード例 #1
0
        static void Main(string[] args)
        {
            var example = new Examples();

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

            example.ShowExample();
        }