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

            this.Build();
        }