コード例 #1
0
 public void SetModList(ModList ml)
 {
     modList = ml;
     _collectionViewSource.Source = modList.collection;
 }