Switch to MVP pattern
This commit is contained in:
12
Eve-O-Preview/Presentation/ViewCloseRequest.cs
Normal file
12
Eve-O-Preview/Presentation/ViewCloseRequest.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace EveOPreview.UI
|
||||
{
|
||||
public class ViewCloseRequest
|
||||
{
|
||||
public ViewCloseRequest()
|
||||
{
|
||||
this.Allow = true;
|
||||
}
|
||||
|
||||
public bool Allow { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user