コード例 #1
0
ファイル: PlaylistVm.cs プロジェクト: bjornebjornson/gema2010
 public PlaylistVm(Playlist p)
 {
     _p = p.nn();
 }