Ejemplo n.º 1
0
 internal static void HidePanel <T>() where T : UIPanel
 {
     UIKit.HidePanel <T>();
 }
Ejemplo n.º 2
0
 public static void HidePanel(string panelName)
 {
     UIKit.HidePanel(panelName);
 }