|
@@ -19,7 +19,7 @@ namespace WPFTestUpdate.Utils
|
|
/// </summary>
|
|
/// </summary>
|
|
class FileStoreHandler
|
|
class FileStoreHandler
|
|
{
|
|
{
|
|
- private static string m_SettingPath=Path.Combine(AppBaseInfo.AppTempFilePath,"Upload\\Setting.ini");
|
|
|
|
|
|
+ private static string m_SettingPath=Path.Combine(AppBaseInfo.DllRunPath,"Upload\\Setting.ini");
|
|
private static string m_Section = "Configure";
|
|
private static string m_Section = "Configure";
|
|
|
|
|
|
public static void SaveData(string key,string value)
|
|
public static void SaveData(string key,string value)
|