private void updateProcesses(object sender, EventArgs e) { this.comboBox1.Items.Clear(); NativeUtils.EnumWindows(new NativeUtils.EnumWindowsProc(this.EnumWindowsProc), this.comboBox1.Handle); }