Moved UnsavedDocumentOption to UserInterface
This commit is contained in:
parent
06c6d8e25f
commit
590328f2e4
@ -186,7 +186,6 @@
|
||||
<DependentUpon>SplashScreenWindow.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="TemporaryFileManager.cs" />
|
||||
<Compile Include="UnsavedDocumentOption.cs" />
|
||||
<EmbeddedResource Include="Controls\ErrorList.resx">
|
||||
<DependentUpon>ErrorList.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
@ -72,6 +72,7 @@
|
||||
<Compile Include="SingleInstanceManager.cs" />
|
||||
<Compile Include="Toolbar.cs" />
|
||||
<Compile Include="Toolbox.cs" />
|
||||
<Compile Include="UnsavedDocumentOption.cs" />
|
||||
<Compile Include="WindowState.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace UniversalEditor.UserInterface
|
||||
{
|
||||
public enum UnsavedDocumentOption
|
||||
{
|
||||
Save,
|
||||
Discard
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user