C# Class xFunc.Views.AddFunctionView

Inheritance: System.Windows.Window
Afficher le fichier Open project: sys27/xFunc Class Usage Examples

Méthodes publiques

Свойство Type Description
OKCommand System.Windows.Input.RoutedCommand

Méthodes publiques

Méthode Description
AddFunctionView ( ) : System
AddFunctionView ( FunctionViewModel function ) : System

Private Methods

Méthode Description
OKCommand_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
OKCommand_Executed ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void

Method Details

AddFunctionView() public méthode

public AddFunctionView ( ) : System
Résultat System

AddFunctionView() public méthode

public AddFunctionView ( FunctionViewModel function ) : System
function xFunc.ViewModels.FunctionViewModel
Résultat System

Property Details

OKCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input OKCommand
Résultat System.Windows.Input.RoutedCommand