测试窗口

Posted 南城。

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了测试窗口相关的知识,希望对你有一定的参考价值。

技术分享
 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 Form3 : Form
14     {
15         public Form3()
16         {
17             InitializeComponent();
18         }
19         //接收主窗口
20         public Form1 fr;
21         public int index;
22 
23         private void button1_Click(object sender, EventArgs e)
24         {
25             //把父类转化为子类
26             var test = (CodeJob)(fr.la[index]);
27             test.CodingLines = int.Parse(textBox1.Text.Trim());
28             test.Bugs = int.Parse(textBox2.Text.Trim());
29             test.WorkDay = int.Parse(textBox3.Text.Trim());
30         }
31     }
32 }
View Code

 

以上是关于测试窗口的主要内容,如果未能解决你的问题,请参考以下文章

JMeter接口测试-模块控制器

C++ 解释器/控制台/片段编译器

如何在片段中获取rootview?

css有用的代码片段

GMSMarker 信息窗口内容(片段)未更新

HTML代码片段