xxe há 2 anos
ascendente
cometimento
262422ec73
1 ficheiros alterados com 5 adições e 0 eliminações
  1. +5
    -0
      HKCardOUT/Views/AdWindow.xaml.cs

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

@@ -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);
}



Carregando…
Cancelar
Guardar