Esempio n. 1
0
 /// <remarks> Implements KTzfileTimeZone.KTzfileTimeZone(). </remarks>        <short>   Implements KTzfileTimeZone.KTzfileTimeZone().</short>
 public KTzfileTimeZoneBackend(KTzfileTimeZoneSource source, string name, string countryCode, float latitude, float longitude, string comment)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KTzfileTimeZoneBackend#$$$$$", "KTzfileTimeZoneBackend(KTzfileTimeZoneSource*, const QString&, const QString&, float, float, const QString&)", typeof(void), typeof(KTzfileTimeZoneSource), source, typeof(string), name, typeof(string), countryCode, typeof(float), latitude, typeof(float), longitude, typeof(string), comment);
 }
Esempio n. 2
0
 public KTzfileTimeZone(KTzfileTimeZoneSource source, string name)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KTzfileTimeZone#$", "KTzfileTimeZone(KTzfileTimeZoneSource*, const QString&)", typeof(void), typeof(KTzfileTimeZoneSource), source, typeof(string), name);
 }