Below is some C# code that should explain how the new CustomEntry class can be used.
public class CustomEdit : UIEntry
{
private Sage.Mode _mode;
private string _value = null;
private string _defaultValue = "No Data";
public CustomEdit()
: base…
Below is some C# code that should explain how the new CustomEntry class can be used.
public class CustomEdit : UIEntry
{
private Sage.Mode _mode;
private string _value = null;
private string _defaultValue = "No Data";
public CustomEdit()
: base…