コード例 #1
0
ファイル: SampleData.cs プロジェクト: vominhthu0508/APMS
 public static string GetModuleName()
 {
     return(RandomSelector.Deal(_names, 1)[0]);
 }