コード例 #1
0
 public void SetParent(GameList parent)
 {
     _parent = parent;
     Periods.SetParent(this);
 }