Horizon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using System.Windows.Forms;
2  
3 namespace Horizon.Snapshots
4 {
5 public class DataGridViewRowProgressSuccess : DataGridViewRowProgress
6 {
7 #region Constructors, Destructors and Finalizers
8  
9 public DataGridViewRowProgressSuccess(DataGridViewRow row, int index) : base(row, index,
10 true)
11 {
12 }
13  
14 #endregion
15 }
16 }