public EditorModel(DirectoryInfo local, DirectoryInfo global, DirectoryInfo program) { this.VideoFolder=local; this.RootFolder=global; this.ProgramFolder=program; Montage = new MontageModel(360000); Locations = new Locations(this); WindowState = new WindowState(); Global = new GlobalData(); }
public EditorModel( FileInfo model, DirectoryInfo raw, Videotheque videotheque, MontageModel montage, WindowState windowState) { Montage = montage; WindowState = windowState; windowState.EditorModel = this; Videotheque = videotheque; RawLocation = raw; ModelFileLocation = model; Locations = new Locations(this); Statuses = new Statuses(this); }