First pass at modal dialog
This commit is contained in:
@ -12,6 +12,7 @@ using Aurora.Services.ClientService.Events;
|
||||
using Aurora.Services.PlayerService;
|
||||
using Aurora.Services.EventManager;
|
||||
using Aurora.Models.Media;
|
||||
using Aurora.Design.Views.Party.NewPartyDialog;
|
||||
|
||||
namespace Aurora.Design.Views.Party
|
||||
{
|
||||
@ -164,6 +165,11 @@ namespace Aurora.Design.Views.Party
|
||||
{
|
||||
await _client.GetEvents().ConfigureAwait(false);
|
||||
}
|
||||
else
|
||||
{
|
||||
var asdf = await this.ShowModal(typeof(NewPartyDialog.NewPartyDialog), typeof(NewPartyDialogViewModel));
|
||||
System.Diagnostics.Debug.WriteLine("");
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user