Skip to content

Commit

Permalink
Documentation Phase 1
Browse files Browse the repository at this point in the history
Removed a missing dependency
Added phase 1 documentation
  • Loading branch information
KarthikMAM committed Aug 29, 2015
1 parent a7cc85b commit af4db6c
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 1,634 deletions.
7 changes: 0 additions & 7 deletions GamesWindow/GamesWindow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="AddItemsWindow.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Boxo.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand All @@ -95,9 +91,6 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="AddItemsWindow.xaml.cs">
<DependentUpon>AddItemsWindow.xaml</DependentUpon>
</Compile>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
Expand Down
2 changes: 1 addition & 1 deletion GamesWindow/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</Grid.Background>
<ListBox Name="Libraries" FontSize="20" ScrollViewer.HorizontalScrollBarVisibility="Hidden" FontWeight="ExtraBold" Foreground="AntiqueWhite" Background="Transparent" BorderThickness="0" BorderBrush="Transparent" HorizontalAlignment="Left" Height="332" Margin="47,97,0,0" VerticalAlignment="Top" Width="234" SelectionChanged="Libraries_SelectionChanged" TextOptions.TextHintingMode="Animated" TextOptions.TextFormattingMode="Display">
<ListBoxItem HorizontalAlignment="Center" Name="AddNew" HorizontalContentAlignment="Center" VerticalAlignment="Center">
<TextBox MouseLeftButtonDown="TextBlock_MouseLeftButtonDown" TextAlignment="Center" Foreground="AntiqueWhite" FontWeight="ExtraBold" FontSize="26" HorizontalAlignment="Center" VerticalAlignment="Center" Width="220" Name="AddNewButton" BorderThickness="0" BorderBrush="Transparent" TextWrapping="WrapWithOverflow" TextOptions.TextHintingMode="Animated" Background="Transparent" PreviewKeyDown="AddNewButton_PreviewKeyDown" AutoWordSelection="True" IsEnabled="True" Text="+" LostFocus="AddNewButton_LostFocus" GotFocus="AddNewButton_GotFocus" Height="Auto"/>
<TextBox TextAlignment="Center" Foreground="AntiqueWhite" FontWeight="ExtraBold" FontSize="26" HorizontalAlignment="Center" VerticalAlignment="Center" Width="220" Name="AddNewButton" BorderThickness="0" BorderBrush="Transparent" TextWrapping="WrapWithOverflow" TextOptions.TextHintingMode="Animated" Background="Transparent" PreviewKeyDown="AddNewButton_PreviewKeyDown" AutoWordSelection="True" IsEnabled="True" Text="+" LostFocus="AddNewButton_LostFocus" GotFocus="AddNewButton_GotFocus" Height="Auto"/>
</ListBoxItem>
</ListBox>

Expand Down
Loading

0 comments on commit af4db6c

Please sign in to comment.