Horizon – Rev 5

Subversion Repositories:
Rev:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Horizon.Snapshots
{
    public class CreateSnapshotProgressSuccess : CreateSnapshotProgress
    {
        public CreateSnapshotProgressSuccess(string file) : base(file, true)
        {
        }
    }
}