This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
PRSDigital
/
3rdpartylibs
Obserwuj
3
Polub
0
Forkuj
0
Pliki
Oczekujące zmiany
0
Drzewo:
fd23f959d4
Gałęzie
Tagi
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Forms.WPF
/
Enums
/
View.cs
View.cs
153 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
11
namespace System.Windows.Forms
{
public enum View
{
LargeIcon,
Details,
SmallIcon,
List,
Tile
}
}