main
Panus Chachon 3 years ago
parent bbe3bda28e
commit d3fe914792

@ -10,7 +10,7 @@ namespace DxOpenWebFw
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("BuildVersion : 1.0"); Console.WriteLine("BuildVersion : 1.0.0");
Console.WriteLine("Computer Name : " + System.Environment.MachineName); Console.WriteLine("Computer Name : " + System.Environment.MachineName);
string strUrl = DxOpenWebFw.Properties.Settings.Default.URL + "?COMPUTERNAME=" + System.Environment.MachineName; string strUrl = DxOpenWebFw.Properties.Settings.Default.URL + "?COMPUTERNAME=" + System.Environment.MachineName;

Loading…
Cancel
Save