Parent Directory
|
Revision Log
|
Patch
revision 658 by william, Mon Jun 17 02:21:26 2013 UTC | revision 661 by william, Mon Jun 17 02:25:07 2013 UTC | |
---|---|---|
# | Line 52 namespace System.Windows.Forms | Line 52 namespace System.Windows.Forms |
52 | } | } |
53 | } | } |
54 | ||
new public int Width { get { return base.Width; } set { base.Width = value; } } | ||
55 | new public Font Font | new public Font Font |
56 | { | { |
57 | get { return base.Font; } | get { return base.Font; } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |