Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
eriawan committed Oct 26, 2019
1 parent 22f5f18 commit 3c1bd04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/netcore3.0/NetCore3.WPF/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>
<Button Content="Button" HorizontalAlignment="Left" Margin="318,217,0,0" VerticalAlignment="Top"/>

</Grid>
</Window>
1 change: 1 addition & 0 deletions src/netcore3.0/NetCore3.WinForms/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public partial class Form1 : Form
public Form1()
{
InitializeComponent();
MessageBox.Show("Hallo MUGI");
}

}
Expand Down

0 comments on commit 3c1bd04

Please sign in to comment.