Skip to content

Instantly share code, notes, and snippets.

@cureos
cureos / MvxCloseableWpfViewPresenter.cs
Last active December 20, 2015 01:59
WPF specific view presenter class supporting closing an MVVMCross based application
public class MvxCloseableWpfViewPresenter : MvxWpfViewPresenter
{
#region FIELDS
private readonly Window _window;
#endregion
#region CONSTRUCTORS