コード例 #1
0
 public DataGridViewColumn(DataGridViewCell cellTemplate) : this()
 {
     this.cellTemplate = (DataGridViewCell)cellTemplate.Clone();
 }
コード例 #2
0
ファイル: DataGridViewColumn.cs プロジェクト: carrie901/mono
		public DataGridViewColumn (DataGridViewCell cellTemplate) : this () {
			this.cellTemplate = (DataGridViewCell) cellTemplate.Clone();
		}