首页 > 代码库 > 编码类1
编码类1
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Threading.Tasks; 9 using System.Windows.Forms; 10 11 namespace WindowsFormsApplication2 12 { 13 public partial class Form2 : Form 14 { 15 public Form2() 16 { 17 InitializeComponent(); 18 } 19 public Form1 f; 20 public int index; 21 22 private void button2_Click(object sender, EventArgs e) 23 { 24 Close(); 25 } 26 27 private void button1_Click(object sender, EventArgs e) 28 { 29 var test = (TestJob)(f.la[index]); 30 test.CaseNum = int.Parse(txtgeshu.Text.Trim()); 31 test.Findbugs = int.Parse(txtBug.Text.Trim()); 32 test.WorKDay = int.Parse(txtway.Text.Trim()); 33 } 34 } 35 }
编码类1
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。