C# Class PeriodicSystem.Commands.RemoveSelectionCommand

Inheritance: IUndoRedoCommand
Afficher le fichier Open project: MrKimberwood/Gruppe6

Méthodes publiques

Méthode Description
RemoveSelectionCommand ( List atomsToRemove, List bindingsToRemove, ObservableCollection atoms, ObservableCollection bindings ) : System
execute ( ) : void
unexecute ( ) : void

Method Details

RemoveSelectionCommand() public méthode

public RemoveSelectionCommand ( List atomsToRemove, List bindingsToRemove, ObservableCollection atoms, ObservableCollection bindings ) : System
atomsToRemove List
bindingsToRemove List
atoms ObservableCollection
bindings ObservableCollection
Résultat System

execute() public méthode

public execute ( ) : void
Résultat void

unexecute() public méthode

public unexecute ( ) : void
Résultat void