Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ojemineh committed Jun 9, 2021
1 parent c822e39 commit 6241848
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DayZLootEdit/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ private async void SaveLootFile(string lFile = "")

}

// MAIN MENU
// MENU FILE

private void MnuFileOpen_Click(object sender, RoutedEventArgs e)
{
Expand Down Expand Up @@ -302,6 +302,8 @@ private void MnuFileExit_Click(object sender, RoutedEventArgs e)

}

// MENU EDIT

private void MnuEditSelectAll_Click(object sender, RoutedEventArgs e)
{
LootList.SelectAll();
Expand Down Expand Up @@ -669,6 +671,8 @@ private void MnuEditClearValue_Click(object sender, RoutedEventArgs e)
LootList.Focus();
}

// MENU HELP

private void MnuHelpGitHub_Click(object sender, RoutedEventArgs e)
{
string uriQuery = "https://github.com/ojemineh/DayZLootEdit";
Expand Down

0 comments on commit 6241848

Please sign in to comment.