Exemple #1
0
        public static string GetTop(Panel ui)
        {
            string name = ControlAttach.GetTop(ui);

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