This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
PRSDigital
/
3rdpartylibs
Sledovat
3
Oblíbit
0
Rozštěpit
0
Soubory
Pull Requesty
0
Strom:
e952c9c301
Větve
Značky
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Forms.WPF
/
Enums
/
Orientation.cs
Orientation.cs
115 B
Historie
Surový
1
2
3
4
5
6
7
8
namespace System.Windows.Forms
{
public enum Orientation
{
Horizontal,
Vertical
}
}