Пример #1
0
 static void Main(string[] args)
 {
     StateOfMind som = new StateOfMind();
     som.RunRoutine();
 }
Пример #2
0
        static void Main(string[] args)
        {
            StateOfMind som = new StateOfMind();

            som.RunRoutine();
        }