Beispiel #1
0
 public LibraryFX AddFX()
 {
     var fx = new LibraryFX();
     fxList.Add(fx);
     return fx;
 }