private void RefreshData(bool bool_JustFill) { if (this.myEventArgs_WPS == null) { this.myEventArgs_WPS = new EventArgs_WPS(null); } this.myEventArgs_WPS.bool_JustFill = bool_JustFill; Publisher_WPS.OnEventName(this.myEventArgs_WPS); }
private void dataGridView_Data_RowEnter(object sender, DataGridViewCellEventArgs e) { EventArgs_WPS f = new EventArgs_WPS(this.dataGridView_Data.Rows[e.RowIndex].Cells["WPSID"].Value.ToString()); Publisher_WPS.OnEventName(f); }