Horizon

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 4  →  ?path2? @ 5
/Horizon/Snapshots/CreateSnapshotProgressSuccess.cs
@@ -0,0 +1,15 @@
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)
{
}
}
}