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