예제 #1
0
파일: QTestEventList.cs 프로젝트: KDE/qyoto
 public QTestEventList(QTestEventList other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTestEventList#", "QTestEventList(const QTestEventList&)", typeof(void), typeof(QTestEventList), other);
 }
예제 #2
0
 public QTestEventList(QTestEventList other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QTestEventList#", "QTestEventList(const QTestEventList&)", typeof(void), typeof(QTestEventList), other);
 }