C# Class PeriodicSystem.Commands.ChangeBindingCommand

Inheritance: IUndoRedoCommand
Mostrar archivo Open project: MrKimberwood/Gruppe6

Public Methods

Method Description
ChangeBindingCommand ( Binding binding ) : System
execute ( ) : void
unexecute ( ) : void

Method Details

ChangeBindingCommand() public method

public ChangeBindingCommand ( Binding binding ) : System
binding Model.Binding
return System

execute() public method

public execute ( ) : void
return void

unexecute() public method

public unexecute ( ) : void
return void