Esempio n. 1
0
File: QChar.cs Progetto: KDE/qyoto
 public QChar(QLatin1Char ch)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QChar#", "QChar(QLatin1Char)", typeof(void), typeof(QLatin1Char), ch);
 }
Esempio n. 2
0
 public QChar(QLatin1Char ch) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QChar#", "QChar(QLatin1Char)", typeof(void), typeof(QLatin1Char), ch);
 }