示例#1
0
 internal ProfileIconsStaticWrapper(ProfileIconListStatic profileIconListStatic, Language language, string version)
 {
     ProfileIconListStatic = profileIconListStatic;
     Language = language;
     Version  = version;
 }
 public ProfileIconsStaticWrapper(ProfileIconListStatic profileIconListStatic, Language language)
 {
     ProfileIconListStatic = profileIconListStatic;
     Language = language;
 }