Exemple #1
0
 public Cell(IntPtr handle)
     : base(handle)
 {
     SelectedBackgroundView = new CustomCellBackground();
 }
Exemple #2
0
		public Cell (IntPtr handle)
			: base(handle)
		{
			SelectedBackgroundView = new CustomCellBackground ();
		}