Exemplo n.º 1
0
 private void OnButtonRefreshClicked(object sender, EventArgs e)
 {
     EnumeratedWindowsFormListBoxFiller.Fill(this.ListBoxWindows);
 }
Exemplo n.º 2
0
 private void OnMainFormLoaded(object sender, EventArgs e)
 {
     EnumeratedWindowsFormListBoxFiller.Fill(this.ListBoxWindows);
 }