public static void RegisterUi(Type outType)
 {
     AbstractPanel.RegisterPanels(outType);
 }
Ejemplo n.º 2
0
 public static void RegisterUi(Type rigisterType)
 {
     AbstractPanel.RegisterPanels(rigisterType);
 }