Skip to content

Commit

Permalink
Remove reference to Set Password command
Browse files Browse the repository at this point in the history
  • Loading branch information
nylssoft committed Jul 20, 2024
1 parent 1d8d740 commit 8e0ad35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Bank/Bank.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<Product>Myna Bank</Product>
<Copyright>2024 Niels Stockfleth</Copyright>
<ApplicationIcon>Images\icon.ico</ApplicationIcon>
<Version>8.0.3</Version>
<Version>8.0.4</Version>
<AssemblyName>MynaBank</AssemblyName>
<AssemblyVersion>8.0.3</AssemblyVersion>
<AssemblyVersion>8.0.4</AssemblyVersion>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>
<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion Bank/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<CommandBinding Command="self:CustomCommands.About" CanExecute="Command_CanExecute" Executed="Command_Executed" />
<CommandBinding Command="self:CustomCommands.ConfigureDefaultText" CanExecute="Command_CanExecute" Executed="Command_Executed" />
<CommandBinding Command="self:CustomCommands.ConfigureDefaultBooking" CanExecute="Command_CanExecute" Executed="Command_Executed" />
<CommandBinding Command="self:CustomCommands.SetPassword" CanExecute="Command_CanExecute" Executed="Command_Executed" />
<CommandBinding Command="self:CustomCommands.Next" CanExecute="Command_CanExecute" Executed="Command_Executed" />
<CommandBinding Command="self:CustomCommands.Previous" CanExecute="Command_CanExecute" Executed="Command_Executed" />
<CommandBinding Command="self:CustomCommands.First" CanExecute="Command_CanExecute" Executed="Command_Executed" />
Expand Down

0 comments on commit 8e0ad35

Please sign in to comment.