xxe 2 anos atrás
pai
commit
262422ec73
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      HKCardOUT/Views/AdWindow.xaml.cs

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

@@ -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
Salvar