传输优化

This commit is contained in:
liu.wenjie
2021-03-17 16:08:13 +08:00
parent 1451352125
commit 0af0e8b01a
348 changed files with 12192 additions and 863190 deletions

View File

@@ -33,7 +33,7 @@ namespace ViewWindow.Config
set { this._radius = value; }
}
private string color = "yellow";
private string color = "blue";
[XmlElement(ElementName = "Color")]
public string Color
{

View File

@@ -47,7 +47,7 @@ namespace ViewROI.Config
set { this._extentPhi = value; }
}
private string color = "yellow";
private string color = "blue";
[XmlElement(ElementName = "Color")]
public string Color
{

View File

@@ -40,7 +40,7 @@ namespace ViewWindow.Config
get { return this._columnEnd; }
set { this._columnEnd = value; }
}
private string color = "yellow";
private string color = "blue";
[XmlElement(ElementName = "Color")]
public string Color
{

View File

@@ -41,7 +41,7 @@ namespace ViewWindow.Config
get { return this._column2; }
set { this._column2 = value; }
}
private string color = "yellow";
private string color = "blue";
[XmlElement(ElementName = "Color")]
public string Color
{

View File

@@ -48,7 +48,7 @@ namespace ViewWindow.Config
get { return this._lenth2; }
set { this._lenth2 = value; }
}
private string color = "yellow";
private string color = "blue";
[XmlElement(ElementName = "Color")]
public string Color