/// <summary> /// Display the current status of a build. /// </summary> public void ShowCurrentStatus() { CurrentStatusWindow window = new CurrentStatusWindow(SelectedProject); window.Show(); }