222324252627282930
private DeleteAction _deleteAction; public EOModelClipboardHandler() { _cutAction = new CutAction(); _copyAction = new CopyAction(); _pasteAction = new PasteAction(); _deleteAction = new DeleteAction(); }