コード例 #1
0
ファイル: Program.cs プロジェクト: vfridell/StateOfMindTest
 static void Main(string[] args)
 {
     StateOfMind som = new StateOfMind();
     som.RunRoutine();
 }
コード例 #2
0
        static void Main(string[] args)
        {
            StateOfMind som = new StateOfMind();

            som.RunRoutine();
        }