示例#1
0
 public FrameGroupBaseProxy(IFrameGroup group)
 {
     FrameGroupBase = group as FrameGroupBase;
 }
示例#2
0
 public IFrame Show(string frameId, IFrameGroup existingFrames)
 {
     return(WindowManager.Show(frameId, existingFrames));
 }
示例#3
0
 public IFrame GetFrame(string frameId, IFrameGroup frameGroup)
 {
     return(WindowManager.GetFrame(frameId, frameGroup));
 }
示例#4
0
 public IFrame Show(IView view, string viewFrameId, IFrameGroup existingFrames)
 {
     return(WindowManager.Show(view, viewFrameId, existingFrames));
 }