메모장에 폴더 연결 기능 추가 - 차후에 전용 폴더 뷰어를 연결해야 함
This commit is contained in:
12
SubProject/FPJ0000/Properties/Settings.Designer.cs
generated
12
SubProject/FPJ0000/Properties/Settings.Designer.cs
generated
@@ -56,5 +56,17 @@ namespace FPJ0000.Properties {
|
||||
this["ServerIP"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("\\\\10.131.32.29\\Data")]
|
||||
public string SharePath {
|
||||
get {
|
||||
return ((string)(this["SharePath"]));
|
||||
}
|
||||
set {
|
||||
this["SharePath"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,5 +21,8 @@
|
||||
<Setting Name="ServerIP" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">10.131</Value>
|
||||
</Setting>
|
||||
<Setting Name="SharePath" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">\\10.131.32.29\Data</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user