Exemplo n.º 1
0
 private void Window_Closed(object sender, EventArgs e)
 {
     instance = null;
 }
Exemplo n.º 2
0
 public MNSearchWindow()
 {
     instance = this;
     InitializeComponent();
 }