コード例 #1
0
 public void BeginUpdate()
 {
     TestsTreeView.Nodes.Clear();
     totalPassed = 0;
     totalFailed = 0;
     totalError  = 0;
     runTime     = "0";
     TestsTreeView.BeginUpdate();
 }
コード例 #2
0
 public ConfigurationWindow(TestsTreeView view)
 {
     InitializeComponent();
     this.TestsTreeView = view;
 }
コード例 #3
0
 public void EndUpdate()
 {
     TestsTreeView.EndUpdate();
     UpdateProgress();
 }