squash a bunch of commits
This commit is contained in:
9
Shogi.UI/Shared/Modal/ModalVisibilityChangedEventArgs.cs
Normal file
9
Shogi.UI/Shared/Modal/ModalVisibilityChangedEventArgs.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Shogi.UI.Shared.Modal
|
||||
{
|
||||
public class ModalVisibilityChangedEventArgs : EventArgs
|
||||
{
|
||||
public bool LoginModalIsVisible { get; set; }
|
||||
public bool GuestAccountDescriptionIsVisible { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user