Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the class.
 /// </summary>
 public FrmFind(FrmBaseTable frmBaseTable, DataGridView dataGridView)
     : this()
 {
     this.frmBaseTable = frmBaseTable ?? throw new ArgumentNullException("frmBaseTable");
     this.dataGridView = dataGridView ?? throw new ArgumentNullException("dataGridView");
 }