Exemplo n.º 1
0
 private void UpdateSrcData()
 {
     // Update the status bar..
     completionbar.Text = "Completed: " + ProjectHelper.GetSrcFilePercentage(src.LineCount, src.LinesDone).ToString() + "% " +
                          "(" + src.LinesDone.ToString() + " of " + src.LineCount.ToString() + " lines)";
     PrjForm.SrcUpdated(src); // Notify project form about source file changes
 }