Beispiel #1
0
        protected override void InterfaceInitialize()
        {
            InstallInterfaceActions();

            source = new RadioSource(this);
            SourceManager.AddSource(source);

            manager.ReloadStations(false);
        }
Beispiel #2
0
 protected override void PluginInitialize()
 {
     source = new RadioSource(this);
     SourceManager.AddSource(source);
     LoadMenus();
 }
        protected override void InterfaceInitialize()
        {
            InstallInterfaceActions();

            source = new RadioSource(this);
            SourceManager.AddSource(source);

            manager.ReloadStations(false);
        }
 protected override void PluginInitialize()
 {
     source = new RadioSource(this);
     SourceManager.AddSource(source);
     LoadMenus();
 }