コード例 #1
0
 public void ClickLink(string relId)
 {
     _browser.ClickRowLink(typeof(T).Name, filters, relId);
 }