Exemplo n.º 1
0
 public KSystemTimeZone(KSystemTimeZoneSource source, string name)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KSystemTimeZone#$", "KSystemTimeZone(KSystemTimeZoneSource*, const QString&)", typeof(void), typeof(KSystemTimeZoneSource), source, typeof(string), name);
 }
Exemplo n.º 2
0
 public KSystemTimeZone(KSystemTimeZoneSource source, string name, string countryCode, float latitude)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KSystemTimeZone#$$$", "KSystemTimeZone(KSystemTimeZoneSource*, const QString&, const QString&, float)", typeof(void), typeof(KSystemTimeZoneSource), source, typeof(string), name, typeof(string), countryCode, typeof(float), latitude);
 }