コード例 #1
0
ファイル: GlobalData.cs プロジェクト: sukhajata/shiva
 public GnosisGenericControlController FindGenericControllerByType(string controlType)
 {
     return(SystemController.FindGenericControllerByType(controlType));
 }