Exemplo n.º 1
0
 public static bool IsText(this CardDisplayStyle style) => style != CardDisplayStyle.Image;
Exemplo n.º 2
0
 public static bool IsImage(this CardDisplayStyle style) => style != CardDisplayStyle.Text;