Example #1
0
 private void Export()
 {
     if (_projectService.AreAllVarietiesCompared)
     {
         _imageExportService.ExportCurrentNetworkGraph(this);
     }
 }
Example #2
0
 private void Export()
 {
     _imageExportService.ExportCurrentNetworkGraph(this);
 }