Example #1
0
 protected void AddToGroup <T>() where T : BaseUI
 {
     _groupWindows.Add(_manager.GetOrCreate <T>());
 }