05.04.2022

This commit is contained in:
marcusferl@weifer.de 2022-04-05 10:07:35 +02:00
parent 285167c141
commit c522efd9b5
5 changed files with 24 additions and 2 deletions

BIN
Test_App/Images/app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

16
Test_App/Readme.md Normal file
View File

@ -0,0 +1,16 @@
<h1> Prüfungs App zu Teil 1</h1>
<br>
Ich bin momentan dabei meine Lernkarten, welche ich mir beim U-Form verlag gekauft habe in ein
kleines Programm zu übertragen. Die App ist mit C# erstellt, da es einfach am besten ist um Ausführbare programme
für Windows zu erstellen. Und ich habe festgestellt, dass das .Net Framework einfach unfassbar groß ist
und man viel weniger auf externe Bibliotheken wie z.B in Python abhängig ist.
<br>
<br>
<br>
![Getting Started](Images/app.png)
<br>
<br>
![Getting Started](Images/app_datenbank.png)

View File

@ -142,6 +142,7 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="Ressources\data.json" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
@ -152,6 +153,12 @@
<ItemGroup>
<Resource Include="Images\code.png" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Resource Include="Images\app.png" />
<Resource Include="Images\app_datenbank.png" />
</ItemGroup>
<ItemGroup>
<None Include="Readme.md" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -6,7 +6,6 @@
xmlns:local="clr-namespace:Test_App.Views"
mc:Ignorable="d"
d:DesignHeight="525" d:DesignWidth="602">
<TextBox HorizontalAlignment="Left" Margin="245,155,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="120" Style="{StaticResource Textbox_Round_Corners}"/>
</Page>