Example #1
0
 public static void ResetConstructedCards()
 {
     PossibleConstructedCards.Clear();
     Helper.MainWindow.MenuItemImportConstructed.IsEnabled = Config.Instance.ShowConstructedImportMessage;
 }
Example #2
0
 public static void ResetConstructedCards()
 {
     PossibleConstructedCards.Clear();
 }
 public void ResetConstructedCards() => PossibleConstructedCards.Clear();