Exemplo n.º 1
0
        public void RefreshDgk_DB()
        {
            FilePersonKeywordClient        client = new FilePersonKeywordClient();
            List <MemoriesManager.Keyword> myList;

            myList = client.GetAllKeywords().ToList();
            this.dgk_DB.DataSource = myList;
            client.Close();
        }