Esempio n. 1
0
File: Main.cs Progetto: m13253/xwt
		public static void Main (string[] args)
		{
			Application.Initialize (ToolkitType.Gtk);

			var win = new AppWindow ();
			win.Show ();
			win.Width = 200;

			Application.Run ();
		}
Esempio n. 2
0
        public static void Main(string[] args)
        {
            Application.Initialize(ToolkitType.Gtk);

            var win = new AppWindow();

            win.Show();
            win.Width = 200;

            Application.Run();
        }