コード例 #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     textBox1.Text = "";
     textBox2.Text = "";
     conv          = new PyConverter();
 }
コード例 #2
0
 public Form1()
 {
     InitializeComponent();
     conv = new PyConverter();
 }