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