public ClassDiagramViewController(IClassDiagramView view, string filePath) : base(view)
 {
     _view = view;
     _filePath = filePath;
 }
Beispiel #2
0
 public ClassDiagramViewController(IClassDiagramView view, string filePath) : base(view)
 {
     _view     = view;
     _filePath = filePath;
 }