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