Stock from Github repo
- WPF Client (empty) - MVVM code base (limited) - Images, Sprites, and other Rss
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SeriusSoft.Frameworks.MVVM.ViewModels
|
||||
{
|
||||
public interface IBackedByModel
|
||||
{
|
||||
bool IsNew { get; }
|
||||
bool IsBacked { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user