Added notification window
This commit is contained in:
parent
a5154996ee
commit
4ff438454f
3 changed files with 38 additions and 6 deletions
|
|
@ -11,8 +11,9 @@ namespace Observatory.UI.ViewModels
|
|||
public NotificationViewModel(string title, string detail)
|
||||
{
|
||||
Notification = new() { Title = title, Detail = detail };
|
||||
|
||||
}
|
||||
|
||||
public Models.NotificationModel Notification;
|
||||
public Models.NotificationModel Notification { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue