Skip to content

Commit

Permalink
Removed legacy ActionCard (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Dec 27, 2023
1 parent fa9c653 commit ab33fa4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 140 deletions.
3 changes: 1 addition & 2 deletions InternetTest/InternetTest/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ private void InitUI()
}

// Register event handlers
PageCard.OnCardClick += PageCard_OnCardClick;
ActionCard.OnCardClick += PageCard_OnCardClick;
PageCard.OnCardClick += PageCard_OnCardClick;

// Restore the previous Window state
WindowState = Global.Settings.IsMaximized ?? false ? WindowState.Maximized : WindowState.Normal;
Expand Down
41 changes: 0 additions & 41 deletions InternetTest/InternetTest/UserControls/ActionCard.xaml

This file was deleted.

97 changes: 0 additions & 97 deletions InternetTest/InternetTest/UserControls/ActionCard.xaml.cs

This file was deleted.

0 comments on commit ab33fa4

Please sign in to comment.