C# Class PeriodicSystem.Commands.RemoveSelectionCommand

Inheritance: IUndoRedoCommand
Exibir arquivo Open project: MrKimberwood/Gruppe6

Public Methods

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

Method Details

RemoveSelectionCommand() public method

public RemoveSelectionCommand ( List atomsToRemove, List bindingsToRemove, ObservableCollection atoms, ObservableCollection bindings ) : System
atomsToRemove List
bindingsToRemove List
atoms ObservableCollection
bindings ObservableCollection
return System

execute() public method

public execute ( ) : void
return void

unexecute() public method

public unexecute ( ) : void
return void