예제 #1
0
 public SnapshotManagementInitializationException(Orc.Snapshots.ISnapshotManager snapshotManager)
 {
 }
예제 #2
0
 protected SnapshotProviderBase(Orc.Snapshots.ISnapshotManager snapshotManager, Catel.IoC.IServiceLocator serviceLocator)
 {
 }
예제 #3
0
 public static TSnapshot FindSnapshot <TSnapshot>(this Orc.Snapshots.ISnapshotManager snapshotManager, string title, string category = null)
     where TSnapshot : Orc.Snapshots.ISnapshot
 {
 }
예제 #4
0
 public static Orc.Snapshots.ISnapshot FindSnapshot(this Orc.Snapshots.ISnapshotManager snapshotManager, string title, string category = null)
 {
 }
예제 #5
0
 public static System.Threading.Tasks.Task <Orc.Snapshots.ISnapshot> CreateSnapshotAsync(this Orc.Snapshots.ISnapshotManager snapshotManager, string title, string category = null)
 {
 }
예제 #6
0
 public static void AddProvider <TSnapshotProvider>(this Orc.Snapshots.ISnapshotManager snapshotManager)
     where TSnapshotProvider : Orc.Snapshots.ISnapshotProvider
 {
 }
 public SnapshotsCleanupViewModel(Orc.Snapshots.ISnapshotManager snapshotManager, Catel.Services.ILanguageService languageService)
 {
 }