Пример #1
0
 public void SetPage(int id, QWizardPage page)
 {
     interceptor.Invoke("setPage$#", "setPage(int, QWizardPage*)", typeof(void), typeof(int), id, typeof(QWizardPage), page);
 }
Пример #2
0
 public void SetPage(int id, QWizardPage page)
 {
     interceptor.Invoke("setPage$#", "setPage(int, QWizardPage*)", typeof(void), typeof(int), id, typeof(QWizardPage), page);
 }
Пример #3
0
 public int AddPage(QWizardPage page)
 {
     return (int) interceptor.Invoke("addPage#", "addPage(QWizardPage*)", typeof(int), typeof(QWizardPage), page);
 }
Пример #4
0
 public int AddPage(QWizardPage page)
 {
     return((int)interceptor.Invoke("addPage#", "addPage(QWizardPage*)", typeof(int), typeof(QWizardPage), page));
 }