JryVideoWindow.xaml 的交互逻辑
Exemplo n.º 1
0
        public static JryVideoWindow GetWindow(this Page page)
        {
            var w = new JryVideoWindow();

            w.SetContentPage(page);
            return(w);
        }
Exemplo n.º 2
0
 public static JryVideoWindow GetWindow(this Page page)
 {
     var w = new JryVideoWindow();
     w.SetContentPage(page);
     return w;
 }