/// <summary> /// Resets the labels for a project. /// </summary> /// <param name="nProjectId">Specifies the ID of the project.</param> public void ResetLabels(int nProjectId) { m_factory.ResetLabels(nProjectId, m_src.ID); }