Add project files.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace TheXamlGuy.Framework.Core
|
||||
{
|
||||
public interface IObservableViewModel : INotifyDataErrorInfo, IDisposable
|
||||
{
|
||||
void Initialize();
|
||||
|
||||
bool IsInitialized { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user