Disassembled CarotDav v1.14.7 with dotPeek 2017.2
This commit is contained in:
15
CarotDAV/ConflictPromptFormResult.cs
Normal file
15
CarotDAV/ConflictPromptFormResult.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
// Decompiled with JetBrains decompiler
|
||||
// Type: CarotDAV.ConflictPromptFormResult
|
||||
// Assembly: CarotDAV, Version=1.13.2.18337, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: C31F2651-A4A8-4D09-916A-8C6106F5E7C8
|
||||
// Assembly location: F:\Eigene Dateien\Dropbox\portable Collection\Progs\CarotDAV\CarotDAV.exe
|
||||
|
||||
namespace CarotDAV
|
||||
{
|
||||
public class ConflictPromptFormResult
|
||||
{
|
||||
public ConflictType Type;
|
||||
public ConflictAction Action;
|
||||
public bool ToAll;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user