diff --git a/ReceiptOverview/Views/MainWindow.axaml b/ReceiptOverview/Views/MainWindow.axaml index ae5b08b..5b8139a 100644 --- a/ReceiptOverview/Views/MainWindow.axaml +++ b/ReceiptOverview/Views/MainWindow.axaml @@ -216,7 +216,6 @@ diff --git a/ReceiptOverview/Views/MainWindow.axaml.cs b/ReceiptOverview/Views/MainWindow.axaml.cs index 83e8b08..ce7d42e 100644 --- a/ReceiptOverview/Views/MainWindow.axaml.cs +++ b/ReceiptOverview/Views/MainWindow.axaml.cs @@ -60,21 +60,6 @@ private void TbxPrice_OnGotFocus(object? sender, GotFocusEventArgs e) TbxPrice.SelectAll(); } - private void TbxDay_OnGotFocus(object? sender, GotFocusEventArgs e) - { - TbxDay.SelectAll(); - } - - private void TbxYear_OnGotFocus(object? sender, GotFocusEventArgs e) - { - TbxMonth.SelectAll(); - } - - private void TbxMonth_OnGotFocus(object? sender, GotFocusEventArgs e) - { - TbxYear.SelectAll(); - } - private void BtnNewPos_OnClick(object? sender, RoutedEventArgs e) { TbxDay.Focus();