コード例 #1
0
ファイル: CppPluginWrapper.cs プロジェクト: sgww/cozy
 public void RunCommand(string command)
 {
     plugins_.RunCommand(id_, command);
 }