Esempio n. 1
0
 public ProxyError GetCurrentRow()
 {
     return(DataGridViewHelper <IError, ProxyError> .GetCurrentRow(this));
 }
Esempio n. 2
0
 public void RemoveRow(ProxyError rowObj)
 {
     DataGridViewHelper <IError, ProxyError> .RemoveRow(this, rowObj);
 }
Esempio n. 3
0
 public void UpdateRow(ProxyError rowObj)
 {
     DataGridViewHelper <IError, ProxyError> .UpdateRow(this, rowObj);
 }
Esempio n. 4
0
 public void AddRow(ProxyError row)
 {
     DataGridViewHelper <IError, ProxyError> .AddRow(this, row);
 }