OSDN Git Service

v1.1.6.4
[kybernetes/Kybernetes.git] / main / command / CRUD / UpdateCommand.cs
index 1703ca0..a05dd77 100644 (file)
@@ -2,6 +2,7 @@
 using System.Collections.Generic;\r
 using com.andoutomo.kybernetes.data.DAO;\r
 using com.andoutomo.kybernetes.data.accessor;\r
+using System.Windows.Forms;\r
 \r
 namespace com.andoutomo.kybernetes.command\r
 {\r
@@ -20,7 +21,7 @@ namespace com.andoutomo.kybernetes.command
             if (param.changeDialog)\r
             {\r
                 #region 実施事項\r
-                data.Contents = form.showInputBox("実施事項を入力してください。",data.Contents);\r
+                data.Contents = form.showInputBox("実施事項を入力してください。",data.Contents,ImeMode.Hiragana);\r
                 if (data.Contents == null || data.Contents == string.Empty)\r
                 {\r
                     message = "処理を中断しました。";\r