public WeatherConfigDialog () : base (Catalog.GetString ("Weather Configuration"),
			Enumerable.Empty<Gtk.Widget> (), 400, 500)
		{
			locations = new WeatherConfig ();
			AddWidgets (locations.AsSingle ().Cast<Gtk.Widget> ());
		}
Ejemplo n.º 2
0
 public WeatherConfigDialog() : base(Catalog.GetString("Weather Configuration"),
                                     Enumerable.Empty <Gtk.Widget> (), 400, 500)
 {
     locations = new WeatherConfig();
     AddWidgets(locations.AsSingle().Cast <Gtk.Widget> ());
 }