Esempio n. 1
0
		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;
		}
Esempio n. 2
0
 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;
 }