Exemplo n.º 1
0
Arquivo: Main.cs Projeto: m13253/xwt
		public static void Main (string[] args)
		{
			Application.Initialize (ToolkitType.Gtk);

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

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

            var win = new AppWindow();

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

            Application.Run();
        }