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