This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
PRSDigital
/
3rdpartylibs
Xem
3
Star
0
Fork
0
Các tập tin
Yêu cầu khéo về
0
Tree:
e952c9c301
Branches
Tags
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Forms.WPF
/
Enums
/
BorderStyle.cs
BorderStyle.cs
129 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
namespace System.Windows.Forms
{
public enum BorderStyle
{
None,
FixedSingle,
Fixed3D
}
}