public EmptyChannel() : base(null, null, isDesignMode, null, null) { // Publisks, savādāk Visual Studio to neinicializē. #else internal EmptyChannel() : base(null, null, false, null, null) { // Iekšējs, jo to drīkst izmantot tikai Radio programma. #endif Caption="Izvēlieties raidstaciju"; #if DEBUG if (isDesignMode) { PlaybackState=PlaybackState.Buffering; Guide=new DemoGuide(); } #endif openJumplist=true; }
internal EmptyChannel() : base(null, null, false, null, null) // Iekšējs, jo to drīkst izmantot tikai Radio programma. { #endif Caption = "Izvēlieties raidstaciju"; #if DEBUG if (isDesignMode) { PlaybackState = PlaybackState.Buffering; Guide = new DemoGuide(); } #endif openJumplist = true; }