示例#1
0
 public QLocale(QLocale.Language language, QLocale.Country country) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QLocale$$", "QLocale(QLocale::Language, QLocale::Country)", typeof(void), typeof(QLocale.Language), language, typeof(QLocale.Country), country);
 }
示例#2
0
 public static string CountryToString(QLocale.Country country)
 {
     return((string)staticInterceptor.Invoke("countryToString$", "countryToString(QLocale::Country)", typeof(string), typeof(QLocale.Country), country));
 }