コード例 #1
0
        protected override void InterfaceInitialize()
        {
            InstallInterfaceActions();

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

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

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

            manager.ReloadStations(false);
        }
コード例 #4
0
 protected override void PluginInitialize()
 {
     source = new RadioSource(this);
     SourceManager.AddSource(source);
     LoadMenus();
 }