Skip to content

Commit 1bb4832

Browse files
committed
优化两处显示
1 parent b695b6b commit 1bb4832

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

QuantBox.APIProvider/Single/ServerItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class ServerItem : ICloneable
1919
public string Label { get; set; }
2020

2121
#if NET48
22-
[Editor(typeof(System.Windows.Forms.Design.FolderNameEditor), typeof(UITypeEditor))]
22+
[Editor(typeof(System.Windows.Forms.Design.FileNameEditor), typeof(UITypeEditor))]
2323
#endif
2424
public string Path { get; set; }
2525

QuantBox.APIProvider/Single/UserItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public string Label
2222
set;
2323
}
2424
#if NET48
25-
[Editor(typeof(System.Windows.Forms.Design.FolderNameEditor), typeof(UITypeEditor))]
25+
[Editor(typeof(System.Windows.Forms.Design.FileNameEditor), typeof(UITypeEditor))]
2626
#endif
2727
public string Path { get; set; }
2828

0 commit comments

Comments
 (0)