Exemplo n.º 1
0
 private void Export()
 {
     if (_projectService.AreAllVarietiesCompared)
     {
         _imageExportService.ExportCurrentNetworkGraph(this);
     }
 }
Exemplo n.º 2
0
 private void Export()
 {
     _imageExportService.ExportCurrentNetworkGraph(this);
 }