|
|
|
@ -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;
|
|
|
|
|
|
|
|
|
|
|
|
|