Пример #1
0
 private void GetViewData(string nodeText)
 {
     dtgvTables.DataSource = dbHandler.GetViewData(nodeText);
 }