private void menuShowQueuesToolStripMenuItem_Click(object sender, EventArgs e) { using (var dialog = new BackgroundThreadQueuesView()) { dialog.ShowDialog(this); } }
public Sorter(BackgroundThreadQueuesView parent) : base(parent.listView) { _Parent = parent; }