Beispiel #1
0
        public DataGridViewCustomColumn()
        {
            CustomDataGridViewCell templ = new CustomDataGridViewCell();

            this.CellTemplate = new CustomDataGridViewCell();
        }
 public DataGridViewCustomColumn()
 {
     CustomDataGridViewCell templ = new CustomDataGridViewCell();
     this.CellTemplate = new CustomDataGridViewCell();
 }