Exemplo n.º 1
0
        private void CdoClient_Load(object sender, EventArgs e)
        {
            //ReadClients();
            CreateDataTable();
            List <Client> clients = clientLog.ReadAll();

            LoadRowsTable(clients);
        }
Exemplo n.º 2
0
        private void ConstructTable()
        {
            CreateDataTable();
            List <Client> clients = clientLog.ReadAll();

            LoadDataTable(clients);
        }