Exemplo n.º 1
0
		static void Main ()
		{
			Console.WriteLine ("starting example");

			using (GOLIBTest_TypeViewer win = new GOLIBTest_TypeViewer( )) {
				win.Run (30.0);
			}
		}
Exemplo n.º 2
0
        static void Main()
        {
            Console.WriteLine("starting example");

            using (GOLIBTest_TypeViewer win = new GOLIBTest_TypeViewer( )) {
                win.Run(30.0);
            }
        }