public NPRConfigDialog () : base ("NPR", new Gtk.Widget[] { })
		{
			stationSearchWidget = new StationSearchWidget ();
			
			AddWidgets (new [] {stationSearchWidget});
		}
Beispiel #2
0
        public NPRConfigDialog() : base("NPR", new Gtk.Widget[] { })
        {
            stationSearchWidget = new StationSearchWidget();

            AddWidgets(new [] { stationSearchWidget });
        }