Example #1
0
 public void onInitialUI()
 {
     adapter_Log.NotifyfreshDataTable(controller.FindLogInvertedUpdateData(int.Parse(tv_count.Text)));
     this.gridControl1.DataSource = adapter_Log.ResultTable;
 }