Beispiel #1
0
 public DataGridViewColumn(DataGridViewCell cellTemplate) : this()
 {
     this.cellTemplate = (DataGridViewCell)cellTemplate.Clone();
 }
Beispiel #2
0
		public DataGridViewColumn (DataGridViewCell cellTemplate) : this () {
			this.cellTemplate = (DataGridViewCell) cellTemplate.Clone();
		}