예제 #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));
 }