public void ShowPacing() { var chapters = new List <ChapterViewModel>(); chapters.Add(this); PacingWindow wnd = new PacingWindow(chapters); wnd.Show(); }
public void ShowPacing() { PacingWindow wnd = new PacingWindow(Chapters); wnd.Show(); }