This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
PRSDigital
/
3rdpartylibs
Bevaka
3
Stjärnmärk
0
Fork
0
Filer
Pull-förfrågningar
0
Träd:
fd23f959d4
Grenar
Taggar
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Forms.WPF
/
Enums
/
CheckState.cs
CheckState.cs
135 B
Historik
Rå
1
2
3
4
5
6
7
8
9
namespace System.Windows.Forms
{
public enum CheckState
{
Unchecked,
Checked,
Indeterminate
}
}