コード例 #1
0
ファイル: Program.cs プロジェクト: al-main/Asp-Dot-Net-CSharp
        static void Main(string[] args)
        {
            AB ab = new AB();
            ab.AMethod();
            ab.BMethod();

            Console.ReadKey();
        }
コード例 #2
0
        static void Main(string[] args)
        {
            AB ab = new AB();

            ab.AMethod();
            ab.BMethod();

            Console.ReadKey();
        }