public static JryVideoWindow GetWindow(this Page page) { var w = new JryVideoWindow(); w.SetContentPage(page); return(w); }
public static JryVideoWindow GetWindow(this Page page) { var w = new JryVideoWindow(); w.SetContentPage(page); return w; }