Merge pull request 'C#/uml-classes' (#12) from C#/uml-classes into master
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #12pull/13/head^2
commit
dd5ecd8837
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
|
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
||||||
|
x:Class="Banquale.Views.NewPage1"
|
||||||
|
Title="NewPage1">
|
||||||
|
<VerticalStackLayout>
|
||||||
|
<Label
|
||||||
|
Text="Welcome to .NET MAUI!"
|
||||||
|
VerticalOptions="Center"
|
||||||
|
HorizontalOptions="Center" />
|
||||||
|
|
||||||
|
<Button
|
||||||
|
Text="Click me"
|
||||||
|
Clicked="Button_Clicked"/>
|
||||||
|
</VerticalStackLayout>
|
||||||
|
</ContentPage>
|
Loading…
Reference in new issue