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

            pge.DoIt();
        }