/// <summary>
        /// Creates a new <c>CheckReviewForm</c> for the specified file checker.
        /// </summary>
        /// <param name="cmd">The file check that needs to be reviewed</param>
        internal CheckReviewForm(FileCheckUI cmd)
        {
            InitializeComponent();

            m_Cmd = cmd;
            m_nTotal = 0;
            m_nCurrent = -1;
            m_IsEdited = false;
        }
Exemple #2
0
        /// <summary>
        /// Creates a new <c>CheckReviewForm</c> for the specified file checker.
        /// </summary>
        /// <param name="cmd">The file check that needs to be reviewed</param>
        internal CheckReviewForm(FileCheckUI cmd)
        {
            InitializeComponent();

            m_Cmd      = cmd;
            m_nTotal   = 0;
            m_nCurrent = -1;
            m_IsEdited = false;
        }