Exemple #1
0
 protected override DataTable GetDataSource()
 {
     VikkiSoft_BLL.Site s = new VikkiSoft_BLL.Site();
     s.LoadWithSiteTypeName();
     return s.DefaultView.Table;
 }