e.g.
Code:
this.Shown += new delegate..
Code:
void form_Shown(object sender, EventArgs e) { textBoxSearch.Focus(); }
this.Shown += new delegate..
void form_Shown(object sender, EventArgs e) { textBoxSearch.Focus(); }
object NumRows = many2manyData.Length; object NumColumns = 1; currentRow.Cells[current_column].Split(ref NumRows,ref NumColumns);
Leave a comment: