C# Class PeriodicSystem.Commands.AddAtomCommand

Inheritance: IUndoRedoCommand
Datei anzeigen Open project: MrKimberwood/Gruppe6

Public Methods

Method Description
AddAtomCommand ( ObservableCollection atoms, Atom atom ) : System
execute ( ) : void
unexecute ( ) : void

Method Details

AddAtomCommand() public method

public AddAtomCommand ( ObservableCollection atoms, Atom atom ) : System
atoms ObservableCollection
atom Model.Atom
return System

execute() public method

public execute ( ) : void
return void

unexecute() public method

public unexecute ( ) : void
return void