摘要:
using System; using System.Collections.Generic; using System.Text; using System.Collections; using System.Data; using System.Data.SqlClient; namespace 酒店管理系统 { public class DBManage { ... 阅读全文
posted @ 2008-07-12 19:18
梦极无边界
阅读(3343)
评论(1)
推荐(0)
摘要:
if(radioButton1.Checked) { // } else { } 要不就遍历groupBox1吗? foreach(Control c in groupBox1.Controls) { if(c is RadioButton) { i... 阅读全文
posted @ 2008-07-12 19:15
梦极无边界
阅读(5067)
评论(0)
推荐(0)