Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Oglr
Core
Command
C# Class Oglr.Core.Command
Exibir arquivo
Open project: SteveDunn/oglr
Class Usage Examples
Public Methods
Method
Description
Command
(
string
description
) :
System
Completed
( ) :
void
Redo
( ) :
void
Undo
( ) :
void
Method Details
Command()
public
method
public
Command
(
string
description
) :
System
description
string
return
System
Completed()
public
method
public
Completed
( ) :
void
return
void
Redo()
public
method
public
Redo
( ) :
void
return
void
Undo()
public
method
public
Undo
( ) :
void
return
void