C# Class xFunc.Views.AddVariableView

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

Méthodes publiques

Свойство Type Description
OKCommand RoutedCommand

Méthodes publiques

Méthode Description
AddVariableView ( ) : System
AddVariableView ( VariableViewModel variable ) : System

Private Methods

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

Method Details

AddVariableView() public méthode

public AddVariableView ( ) : System
Résultat System

AddVariableView() public méthode

public AddVariableView ( VariableViewModel variable ) : System
variable xFunc.ViewModels.VariableViewModel
Résultat System

Property Details

OKCommand public_oe static_oe property

public static RoutedCommand OKCommand
Résultat RoutedCommand