예제 #1
0
        public static int Main(string[] args)
        {
            Program kit = new Program("gnome-hello-world", "0.0.1", Modules.UI,
                                      args);

            GnomeHelloWorld hello = new GnomeHelloWorld();

            Gtk.Window win = hello.CreateWindow();
            win.ShowAll();
            kit.Run();
            return(0);
        }
		public static int Main (string[] args)
		{
			Program kit = new Program ("gnome-hello-world", "0.0.1", Modules.UI,
												args);
			
			GnomeHelloWorld hello = new GnomeHelloWorld ();
			Gtk.Window win = hello.CreateWindow ();
			win.ShowAll ();
			kit.Run ();
			return 0;
		}