예제 #1
0
파일: pong.cs 프로젝트: micro-chen/qyoto
 public string ping(string arg)
 {
     QMetaObject.InvokeMethod(QCoreApplication.Instance(), "quit");
     return("ping(\"" + arg + "\") got called");
 }