Example #1
0
 private void tJunkLocationsList_TextChanged(object sender, EventArgs e)
 {
     JunkLocationEditor.UpdateChecks(tJunkLocationsList.Text);
     UpdateJunkLocationAmountLabel();
 }
Example #2
0
 private void bJunkLocationsEditor_Click(object sender, EventArgs e)
 {
     JunkLocationEditor.Show();
 }