예제 #1
0
 void refreshCategoriesGrid()
 {
     bs = ClientCommands.refreshCategories(nameField);
     dataGridView1.DataSource = bs.DataSource;
 }
예제 #2
0
파일: Form1.cs 프로젝트: red404/FamBudg
 public void refreshCategories()
 {
     bs3 = ClientCommands.refreshCategories(nameField);
     comboBox1.DataSource    = comboBox2.DataSource = bs3.DataSource;
     comboBox1.DisplayMember = comboBox2.DisplayMember = nameField;
 }