Пример #1
0
Файл: QChar.cs Проект: KDE/qyoto
 public QChar(QLatin1Char ch)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QChar#", "QChar(QLatin1Char)", typeof(void), typeof(QLatin1Char), ch);
 }
Пример #2
0
 public QChar(QLatin1Char ch) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QChar#", "QChar(QLatin1Char)", typeof(void), typeof(QLatin1Char), ch);
 }