コード例 #1
0
ファイル: Recurrence.cs プロジェクト: mingslogar/dimension4
 public Recurrence(Recurrence data)
 {
     CopyFrom(data);
 }