예제 #1
0
        public void RefreshDgp_DB()
        {
            FilePersonKeywordClient       client = new FilePersonKeywordClient();
            List <MemoriesManager.Person> myList;

            myList = client.GetAllPeople().ToList();
            this.dgp_DB.DataSource = myList;
            client.Close();
        }