Yuhan.WPF.CustomWindow.WindowButton.WindowButton C# (CSharp) Метод

WindowButton() публичный Метод

Instantiate WindowButton class
public WindowButton ( ) : System.Windows
Результат System.Windows
        public WindowButton()
        {
            InitializeComponent();

            this.IsEnabledChanged += (s, e) => RefreshContent();
        }