public
class
WebServiceConfig
{
public static void SetImagePathServiceUrl()
{
ImageService.Properties.Settings.Default.Properties[ " ImageService_ImagePathService_FlashImagePath " ].DefaultValue = System.Web.Configuration.WebConfigurationManager.AppSettings[ " FlashImagePathServiceUrl " ];
ImageService.Properties.Settings.Default.Save();
ImageService.Properties.Settings.Default.Reload();
}
}
{
public static void SetImagePathServiceUrl()
{
ImageService.Properties.Settings.Default.Properties[ " ImageService_ImagePathService_FlashImagePath " ].DefaultValue = System.Web.Configuration.WebConfigurationManager.AppSettings[ " FlashImagePathServiceUrl " ];
ImageService.Properties.Settings.Default.Save();
ImageService.Properties.Settings.Default.Reload();
}
}