摘要: 以下是CS解決方案/// <summary> /// WinForm TreeView綁定 /// </summary> public class WinTree { DataProvider DataProvider; private string tableName; private string parentID; private string currID; private string text; private bool expand; /// <summary> /// 數據庫表名 /// </summary> public str 阅读全文
posted @ 2012-11-02 10:39 大漠飞鹰 阅读(136) 评论(0) 推荐(0)