回答編集履歴

1

From_Editの引数を textbox1.Text に変更しました。

2015/03/30 00:30

投稿

gfk
gfk

スコア18

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  {
22
22
 
23
- using (Form_Edit editForm = new Form_Edit("Form_Main Input Text"))
23
+ using (Form_Edit editForm = new Form_Edit(textbox1.Text))
24
24
 
25
25
  {
26
26