Exemplo n.º 1
0
 public static void SetBpmInfo(ResWkInfo wk, bool isNew)
 {
     DataSet ds = LstBpmInfo(isNew);
     wk.SetDataSource(ds);
 }