public static void main(string[] args)
		{
			PolygonizeExample test = new PolygonizeExample();
			try
			{
				test.Run();
			}
			catch (Exception ex)
			{
				Console.WriteLine(ex.StackTrace);
			}
		}
Пример #2
0
        public static void main(string[] args)
        {
            var test = new PolygonizeExample();

            try
            {
                test.Run();
            }
            catch (Exception ex)
            {
                Console.WriteLine(ex.StackTrace);
            }
        }