示例#1
0
文件: Ui.cs 项目: modernstar/core
 public object Invoke(Delegate method, object[] args)
 {
     return(_implementation.Invoke(method, args));
 }