Add a dialog to ask if the user wants to replay remotely

This commit is contained in:
baldurk
2016-08-19 17:26:37 +02:00
parent 91bf3ff3fc
commit 39b995fcfa
9 changed files with 692 additions and 137 deletions
+9
View File
@@ -259,6 +259,12 @@
<Compile Include="Windows\Dialogs\SettingsDialog.Designer.cs">
<DependentUpon>SettingsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Windows\Dialogs\SuggestRemoteDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Windows\Dialogs\SuggestRemoteDialog.Designer.cs">
<DependentUpon>SuggestRemoteDialog.cs</DependentUpon>
</Compile>
<Compile Include="Windows\Dialogs\TextureGoto.cs">
<SubType>Form</SubType>
</Compile>
@@ -424,6 +430,9 @@
<EmbeddedResource Include="Windows\Dialogs\SettingsDialog.resx">
<DependentUpon>SettingsDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Windows\Dialogs\SuggestRemoteDialog.resx">
<DependentUpon>SuggestRemoteDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Windows\Dialogs\TextureGoto.resx">
<DependentUpon>TextureGoto.cs</DependentUpon>
</EmbeddedResource>