Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Lesson01/LMS/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ private void Button_Click(object sender, RoutedEventArgs e)
private void Button_Click_1(object sender, RoutedEventArgs e)
{
var window = new GridWindow();
window.Show();


string wrong = "what's up";

}
}
}