コード例 #1
0
ファイル: Program.cs プロジェクト: CJunette/CSharp_Learning
        static void Main(string[] args)
        {
            Student stu = new Student();

            stu.HelloWorld();
            Student.HelloYou();
        }