Skip to content

Commit

Permalink
Added reservation portion to the host station, therefore host station…
Browse files Browse the repository at this point in the history
… is fully functional. Did not fix the refresh issue
  • Loading branch information
rrk12005 committed Mar 24, 2017
1 parent ea974c3 commit 1dc8cec
Show file tree
Hide file tree
Showing 14 changed files with 1,103 additions and 24 deletions.
9 changes: 9 additions & 0 deletions Enigma/Enigma.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<Compile Include="Popups\AddParty.Designer.cs">
<DependentUpon>AddParty.cs</DependentUpon>
</Compile>
<Compile Include="Popups\resAdd.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Popups\resAdd.Designer.cs">
<DependentUpon>resAdd.cs</DependentUpon>
</Compile>
<Compile Include="Popups\TableAssign.cs">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -99,6 +105,9 @@
<EmbeddedResource Include="Popups\AddParty.resx">
<DependentUpon>AddParty.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Popups\resAdd.resx">
<DependentUpon>resAdd.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Popups\TableAssign.resx">
<DependentUpon>TableAssign.cs</DependentUpon>
</EmbeddedResource>
Expand Down
133 changes: 133 additions & 0 deletions Enigma/Popups/HostStationView.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1dc8cec

Please sign in to comment.