Beispiel #1
0
        internal static void AddControlBase(string Key, string Description, Icon icon, Control ToAddControl, LayoutDockType DockType, string ReferenceKey)
        {
            WinUILayout Layout = Cache.CustomCache["63B5B22C-2063-4079-A238-913B5AA35BF1"] as WinUILayout;

            Layout.AddControl(Key, Description, icon, ToAddControl, LayoutDockType.Middle, "");
        }
Beispiel #2
0
        internal static object GetControlBase(string BizID)
        {
            WinUILayout Layout = Cache.CustomCache["63B5B22C-2063-4079-A238-913B5AA35BF1"] as WinUILayout;

            return(Layout.GetControl(BizID, LayoutDockType.Middle));
        }