예제 #1
0
 private void InitRefTableList()
 {
     using (MetaDataServiceClient _mdc = new MetaDataServiceClient())
     {
         IList <DB_TableMeta> _tlist = _mdc.GetDBTableListOfDMB();
         this.gridControl1.DataSource = _tlist;
     }
 }