Esempio n. 1
0
 /// <summary>
 /// Closes the data model for the specified <see cref="ViewModel&lt;TController, TModel&gt;"/>.
 /// </summary>
 /// <param name="viewModel">The view model.</param>
 /// <returns>
 ///     <c>true</c> if the data model is closed; otherwise, <c>false</c>.
 /// </returns>
 public static bool Close(ViewModel <TController, TModel> viewModel)
 {
     return(viewModel.Close());
 }