質問編集履歴

1

recFileNameをメソッド内に記載

2020/04/18 04:51

投稿

Aburu
Aburu

スコア4

test CHANGED
File without changes
test CHANGED
@@ -29,6 +29,8 @@
29
29
  protected void recBtn_Click(object sender, ImageClickEventArgs e)
30
30
 
31
31
  {
32
+
33
+ string recFileName = @"E:\temp\test.avi";
32
34
 
33
35
  int width = 640;
34
36