Only show active contract area
This commit is contained in:
@ -10,6 +10,9 @@ using System.Windows.Controls.Primitives;
|
||||
|
||||
namespace Elwig.Helpers {
|
||||
public static class Utils {
|
||||
|
||||
public static int CurrentSeason => DateTime.Now.Year - (DateTime.Now.Month <= 3 ? 1 : 0);
|
||||
|
||||
public static void SetInputChanged(Control input) {
|
||||
var brush = Brushes.Orange;
|
||||
if (input is ComboBox cb) {
|
||||
|
Reference in New Issue
Block a user