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