码迷,mamicode.com
首页 > 其他好文 > 详细

编码类1

时间:2017-04-12 23:09:08      阅读:256      评论:0      收藏:0      [点我收藏+]

标签:com   raw   initial   app   logs   rms   read   parse   click   

技术分享
 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 }
View Code

 

编码类1

标签:com   raw   initial   app   logs   rms   read   parse   click   

原文地址:http://www.cnblogs.com/nancheng/p/6701732.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!