Changed VlnBorders so that XML is not saved twice
Changed MyBorderDetailString so that XML is saved once Adjust the vertical location of the Grid to match 16 bit.
This commit is contained in:
@@ -163,10 +163,14 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
#endregion
|
||||
#region Serialize
|
||||
public override string ToString()
|
||||
public string ConvertToString()
|
||||
{
|
||||
return GenericSerializer<VlnBorders>.StringSerialize(this);
|
||||
}
|
||||
public override string ToString()
|
||||
{
|
||||
return "Volian Custom Borders";
|
||||
}
|
||||
public static VlnBorders Get(string xml)
|
||||
{
|
||||
return GenericSerializer<VlnBorders>.StringDeserialize(xml);
|
||||
|
Reference in New Issue
Block a user