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();
        }