예제 #1
0
파일: VMManager.cs 프로젝트: RyanFu/MLib
 /// <summary>
 /// Removes the current viewmodel from the current viewmodel property.
 /// Call this when application shuts down to make sure all viewmodels
 /// can be destroyed without being currently active.
 /// </summary>
 public void UnsetCurrentViewModel()
 {
     _CurrentViewModel = null;
 }