This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
PRSDigital
/
3rdpartylibs
Observar
3
Favorito
0
Fork
0
Arquivos
Pull Requests
0
Tree:
fd23f959d4
Branches
Tags
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Forms.WPF
/
Enums
/
View.cs
View.cs
153 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
11
namespace System.Windows.Forms
{
public enum View
{
LargeIcon,
Details,
SmallIcon,
List,
Tile
}
}