This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
PRSDigital
/
3rdpartylibs
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Pull Requests
0
Árvore:
fd23f959d4
Ramos
Etiquetas
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Forms.WPF
/
Enums
/
CheckState.cs
CheckState.cs
135 B
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
namespace System.Windows.Forms
{
public enum CheckState
{
Unchecked,
Checked,
Indeterminate
}
}