basic logic
This commit is contained in:
@ -16,6 +16,8 @@ public interface IModel
|
||||
|
||||
public abstract class BaseModel : IModel, IDisposable
|
||||
{
|
||||
protected const string ICON_DEFAULT = "ic_default";
|
||||
|
||||
private bool disposed = false;
|
||||
|
||||
public static T ParseXml<T>(string xml) where T : BaseModel, new()
|
||||
|
Reference in New Issue
Block a user