Esempio n. 1
0
 public BufferManager(
     ICommandPresentation commandPresentation)
 {
     _virtualLinesCount = _defaultVirtualLinesCount;
     _commandPresentation = commandPresentation;
 }
Esempio n. 2
0
 public override void Execute(ICommandPresentation presentation)
 {
     MessageBox.Show("Run tests clicked!");
 }
Esempio n. 3
0
 public override void Execute(ICommandPresentation presentation)
 {
     MessageBox.Show("Run tests clicked!");
 }
Esempio n. 4
0
 /// <inheritdoc />
 public virtual void Update(ICommandPresentation presentation)
 {
 }
Esempio n. 5
0
 /// <inheritdoc />
 public virtual void Execute(ICommandPresentation presentation)
 {
 }
Esempio n. 6
0
 /// <inheritdoc />
 public virtual void Update(ICommandPresentation presentation)
 {
 }
Esempio n. 7
0
 /// <inheritdoc />
 public virtual void Execute(ICommandPresentation presentation)
 {
 }