Parent Directory
|
Revision Log
|
Patch
revision 8 by william, Tue Apr 3 20:18:54 2012 UTC | revision 17 by william, Wed Apr 4 01:32:37 2012 UTC | |
---|---|---|
# | Line 59 namespace EmuXPortal.Properties { | Line 59 namespace EmuXPortal.Properties { |
59 | resourceCulture = value; | resourceCulture = value; |
60 | } | } |
61 | } | } |
62 | ||
63 | internal static System.Drawing.Bitmap DefaultGameImage { | |
64 | get { | |
65 | object obj = ResourceManager.GetObject("DefaultGameImage", resourceCulture); | |
66 | return ((System.Drawing.Bitmap)(obj)); | |
67 | } | |
68 | } | |
69 | ||
70 | internal static System.Drawing.Bitmap DefaultPlatformImage { | |
71 | get { | |
72 | object obj = ResourceManager.GetObject("DefaultPlatformImage", resourceCulture); | |
73 | return ((System.Drawing.Bitmap)(obj)); | |
74 | } | |
75 | } | |
76 | } | } |
77 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |