Add Value (default value) property for CustomDataFormatItem
This commit is contained in:
parent
618a3d7081
commit
9145f0cae8
@ -27,6 +27,9 @@ namespace UniversalEditor
|
||||
|
||||
private IO.Encoding mvarEncoding = null;
|
||||
public IO.Encoding Encoding { get { return mvarEncoding; } set { mvarEncoding = value; } }
|
||||
|
||||
private string mvarValue = null;
|
||||
public string Value { get { return mvarValue; } set { mvarValue = value; } }
|
||||
}
|
||||
public class CustomDataFormatItemArray : CustomDataFormatItem
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user