예제 #1
0
파일: Agent.cs 프로젝트: scaperow/-V2.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, "");
        }
예제 #2
0
파일: Agent.cs 프로젝트: scaperow/-V2.0
        internal static object GetControlBase(string BizID)
        {
            WinUILayout Layout = Cache.CustomCache["63B5B22C-2063-4079-A238-913B5AA35BF1"] as WinUILayout;

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