示例#1
0
文件: pong.cs 项目: micro-chen/qyoto
 public string ping(string arg)
 {
     QMetaObject.InvokeMethod(QCoreApplication.Instance(), "quit");
     return("ping(\"" + arg + "\") got called");
 }