コード例 #1
0
ファイル: ActivitiesModel.cs プロジェクト: ollana/CAMS
 private void CloseActivity(int compid)
 {
     _aController.CloseActivity(compid);
 }