Exemple #1
0
 public static void Main(string[] args)
 {
     Application.Init();
     Gtk.Window win = new TreeModelDemo();
     win.Show();
     Application.Run();
 }
		public static void Main (string[] args)
		{
			Application.Init ();
			Gtk.Window win = new TreeModelDemo ();	
			win.Show ();
			Application.Run ();
		}