Ejemplo n.º 1
0
 public void InitializeAttributes()
 {
     MaskSubtractionSequence = null;
     RecommendedViewingMode  = RecommendedViewingMode.None;
 }
Ejemplo n.º 2
0
		public void InitializeAttributes()
		{
			MaskSubtractionSequence = new[] {CreateMaskSubtractionSequence()};
			RecommendedViewingMode = RecommendedViewingMode.None;
		}
Ejemplo n.º 3
0
		public void InitializeAttributes()
		{
			MaskSubtractionSequence = null;
			RecommendedViewingMode = RecommendedViewingMode.None;
		}
Ejemplo n.º 4
0
 public void InitializeAttributes()
 {
     MaskSubtractionSequence = new[] { CreateMaskSubtractionSequence() };
     RecommendedViewingMode  = RecommendedViewingMode.None;
 }