Exemple #1
0
 /// <summary>
 /// Opens the specified presenter.
 /// </summary>
 /// <param name="host">The host.</param>
 /// <param name="presenter">The presenter.</param>
 public static void Open(this IPresenterHost host, IPresenter presenter)
 {
     host.Open(presenter, isSuccess => { });
 }