摘要: // Windows我的文档 string desktopPath = System.Environment.GetFolderPath(System.Environment.SpecialFolder.MyDocuments);//根据不同的选择得到不懂的路径 你懂得的 阅读全文
posted @ 2012-10-07 15:37 DuFeng 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 1 private void BindCombobox() 2 { 3 if (!GetConn.OpenConn()) 4 { 5 return; 6 } 7 cboRestaurant.DataSource = DCLibrary.Current.RestaurantList; 8 cboRestaurant.ValueMember = "systemkey"; 9 cboRestaurant.Di... 阅读全文
posted @ 2012-10-07 15:23 DuFeng 阅读(1486) 评论(0) 推荐(1) 编辑