Esempio n. 1
0
 public static void Main(string[] args)
 {
     Application.Init ();
     Browser win = new Browser ();
     win.Show ();
     Application.Run ();
 }
Esempio n. 2
0
        public SimStarter(EgonServer server, Browser browser)
            : base(Gtk.WindowType.Toplevel)
        {
            this.server = server;
            this.browser = browser;

            this.Build();
        }