Exemplo n.º 1
0
        public static string GetTop(Panel ui)
        {
            string name = ControlAttach.GetTop(ui);

            return(name);
        }
Exemplo n.º 2
0
 public static void SetSource(FrameworkElement c, string name)
 {
     ControlAttach.SetSource(c, name);
 }
Exemplo n.º 3
0
 public static void RemoveTop(Panel ui)
 {
     ControlAttach.RemoveTop(ui);
 }