public void ResumeAnalysis()
 {
     scannerView.ResumeAnalysis();
 }
Beispiel #2
0
 public void ResumeAnalysis()
 => scannerView?.ResumeAnalysis();