ScreenToGif.Windows.Other.Startup.Buttons_CanExecute C# (CSharp) 메소드

Buttons_CanExecute() 개인적인 메소드

private Buttons_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs e ) : void
sender object
e System.Windows.Input.CanExecuteRoutedEventArgs
리턴 void
        private void Buttons_CanExecute(object sender, CanExecuteRoutedEventArgs e)
        {
            e.CanExecute = true;
        }