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