This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
PRSDigital
/
3rdpartylibs
Tarkkaile
3
Äänestä
0
Fork
0
Tiedostot
Pull-pyynnöt
0
Puu:
fd23f959d4
Haarat
Tagit
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Forms.WPF
/
Enums
/
CheckState.cs
CheckState.cs
135 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
namespace System.Windows.Forms
{
public enum CheckState
{
Unchecked,
Checked,
Indeterminate
}
}