This commit is contained in:
@@ -110,10 +110,14 @@ namespace VEPROMS.CSLA.Library
|
||||
//{
|
||||
// _Xp = new XMLProperties();
|
||||
//}
|
||||
internal string GetValue(string group, string item)
|
||||
public string GetValue(string group, string item)
|
||||
{
|
||||
return _Xp[group, item];
|
||||
}
|
||||
public void SetValue(string group, string item, string newvalue)
|
||||
{
|
||||
_Xp[group, item] = newvalue;
|
||||
}
|
||||
#endregion
|
||||
#region Local Properties
|
||||
[Category("General")]
|
||||
|
Reference in New Issue
Block a user