Example #1
0
 public ProjectNavigatorFrameProxy(IFrame frame)
 {
     ProjectNavigatorFrame = frame as ProjectNavigatorFrame;
 }
Example #2
0
 public ProjectNavigatorFrameProxy([NotNull] IFrame frame)
 {
     ProjectNavigatorFrame = frame as ProjectNavigatorFrame;
 }