Horizon – Rev 1

Subversion Repositories:
Rev:
using System.Windows.Forms;

namespace Horizon.Snapshots
{
    public class DataGridViewRowProgressSuccess : DataGridViewRowProgress
    {
        #region Constructors, Destructors and Finalizers

        public DataGridViewRowProgressSuccess(DataGridViewRow row, int index) : base(row, index,
            true)
        {
        }

        #endregion
    }
}

Generated by GNU Enscript 1.6.5.90.