mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
MAUI Support
This commit is contained in:
@ -43,11 +43,8 @@ public interface IResource : IDestructible///, INotifyPropertyChanged
|
||||
AsyncReply<bool> Trigger(ResourceTrigger trigger);
|
||||
|
||||
[NotMapped]
|
||||
Instance Instance
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
[JsonIgnore]
|
||||
Instance Instance { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user