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