Example #1
0
		public static int Main (string[] args)
		{
			Application.Init ();
			ConsoleGtk console = new ConsoleGtk ();
			Application.Run ();

			return 0;
		}
Example #2
0
        public static int Main(string[] args)
        {
            Application.Init();
            ConsoleGtk console = new ConsoleGtk();

            Application.Run();

            return(0);
        }