摘要: { public Form1() { InitializeComponent(); } public static string strCon = "Data Source=.;Initial Catalog=calcul... 阅读全文
posted @ 2015-12-13 22:47 希望永远在明天 阅读(410) 评论(1) 推荐(0)
摘要: 代码 private void button1_Click(object sender, RoutedEventArgs e) { calculate sa = new calculate(int.Parse(textBox1.Text),int.Parse(... 阅读全文
posted @ 2015-12-13 22:27 希望永远在明天 阅读(135) 评论(0) 推荐(0)