clear cache

main
Panus Chachon 3 years ago
parent 40c305d182
commit 7601dd1ae6

@ -16,7 +16,8 @@ namespace DxOpenWebFw
{
DevCallContext devCallContext = new DevCallContext(DevKey);
Console.WriteLine("BuildVersion : 1.1.0");
string strBuuildVer = "BuildVersion_1_2";
Console.WriteLine(strBuuildVer);
Console.WriteLine("Computer Name : " + System.Environment.MachineName);
Console.WriteLine("DB Connect : " + devCallContext.GetStringConnectionDev().Substring(0,60));
@ -31,7 +32,7 @@ namespace DxOpenWebFw
{
strUrl = strComloURL;
}
strUrl = strUrl + "?COMPUTERNAME=" + System.Environment.MachineName;
strUrl = strUrl + "?COMPUTERNAME=" + System.Environment.MachineName + "&bv="+ strBuuildVer + "&refcache=" + DateTime.Now.Ticks.ToString();
var prs = new ProcessStartInfo(@"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe");
prs.Arguments = strUrl;

Loading…
Cancel
Save