Ejemplo n.º 1
0
        private LaunchAppView CreateGui()
        {
            LaunchAppView newGui = new LaunchAppView()
            {
                DataContext = this
            };

            return(newGui);
        }
Ejemplo n.º 2
0
 private LaunchAppView CreateGui()
 {
     LaunchAppView newGui = new LaunchAppView() { DataContext = this };
     return newGui;
 }