C# Class FastColoredTextBoxNS.RemoveLinesCommand

Removes lines
Inheritance: UndoableCommand
Afficher le fichier Open project: samarjeet27/ynoteclassic

Méthodes publiques

Méthode Description
Clone ( ) : UndoableCommand
Execute ( ) : void

Execute operation

RemoveLinesCommand ( TextSource ts, List iLines ) : System

Constructor

Undo ( ) : void

Undo operation

Method Details

Clone() public méthode

public Clone ( ) : UndoableCommand
Résultat UndoableCommand

Execute() public méthode

Execute operation
public Execute ( ) : void
Résultat void

RemoveLinesCommand() public méthode

Constructor
public RemoveLinesCommand ( TextSource ts, List iLines ) : System
ts TextSource
iLines List
Résultat System

Undo() public méthode

Undo operation
public Undo ( ) : void
Résultat void