GetAllLists() public method

public GetAllLists ( ) : object
return object
示例#1
0
文件: Lists.cs 项目: rafek/SyncFx
 private void RefreshLists()
 {
     var storageHandler = new SqlCeStorageHandler();
     ListBoxLists.DataSource = storageHandler.GetAllLists();
     ListBoxLists.DisplayMember = "Name";
 }