예제 #1
0
 /// <summary>
 /// Load a memory into memory by instantiating an instance of its
 /// view and loading it with a default instance of it's menu model.
 /// </summary>
 /// <typeparam name="U">THe type of menu to load.</typeparam>
 protected void LoadMenu <U>() where U : class, IMenu
 {
     menuManager.LoadMenu <U>();
 }