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
/
View.cs
View.cs
153 B
Historik
Rå
1
2
3
4
5
6
7
8
9
10
11
namespace System.Windows.Forms
{
public enum View
{
LargeIcon,
Details,
SmallIcon,
List,
Tile
}
}