Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
bpa
/
HKCard
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
1
Lishi
xxe
hace 2 años
padre
7c6f0c1700
commit
d1f082720f
Se han
modificado 1 ficheros
con
3 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-1
HKCardOUT/Views/AdWindow.xaml.cs
+ 3
- 1
HKCardOUT/Views/AdWindow.xaml.cs
Ver fichero
@@ -37,7 +37,9 @@ namespace HKCardOUT.Views
this.Loaded += (sender, ev) =>
{
this.WindowState = WindowState.Maximized;
this.WindowState = WindowState.Normal;
this.Width = 1920;
this.Height = 1080;
if (BindScreen != -1)
{
int[] NotchNum = new int[2];
Escribir
Vista previa
Cargando…
Cancelar
Guardar