xxe hace 2 años
padre
commit
262422ec73
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      HKCardOUT/Views/AdWindow.xaml.cs

+ 5
- 0
HKCardOUT/Views/AdWindow.xaml.cs Ver fichero

@@ -23,6 +23,11 @@ namespace HKCardOUT.Views
public AdWindow(string input)
{
InitializeComponent();
this.Loaded += (sender, ev) =>
{
this.Top = 0;
this.WindowState = WindowState.Minimized;
};
InitView2(input);
}



Cargando…
Cancelar
Guardar