Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit e146035

Browse files
committed
Update MainWindow.xaml.cs
1 parent e44a0f5 commit e146035

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

MapPacker/MainWindow.xaml.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public void SetProgress(float progress) {
3636
});
3737
}
3838

39-
public MainWindow()
40-
{
39+
public MainWindow() {
4140
InitializeComponent();
4241
_ProgressBar = (ProgressBar)this.FindName("ProgressBar");
4342
ConsoleOutput = (RichTextBox)this.FindName("ConsoleOutputText");
@@ -53,8 +52,7 @@ public MainWindow()
5352
PrintToConsole("\nFor any additional help, contact 'DoctorGurke#0007' or 'Josh Wilson#9332' on discord or make an issue on the Github.");
5453
}
5554

56-
private void Window_MouseDown(object sender, MouseButtonEventArgs e)
57-
{
55+
private void Window_MouseDown(object sender, MouseButtonEventArgs e) {
5856
if (e.ChangedButton == MouseButton.Left)
5957
this.DragMove();
6058
}

0 commit comments

Comments
 (0)