Example #1
0
 internal void Enable(bool enable)
 {
     Enabled            = enable;
     btnAnalyze.Enabled = enable && solutions != null && solutions.Count > 0 && scopeControl.EnableAnalysis();
     scopeControl.Enable(enable);
     sarifControl.Enable(enable);
 }