Client/MainForm.cs
changeset 184 7b6aa551eb6c
parent 183 e9a5dc5092fd
     1.1 --- a/Client/MainForm.cs	Fri Jan 22 16:08:22 2016 +0100
     1.2 +++ b/Client/MainForm.cs	Sun Jan 24 19:25:51 2016 +0100
     1.3 @@ -395,5 +395,10 @@
     1.4                  new TextField(textBoxTop.Text, Alignment)
     1.5              });
     1.6  		}
     1.7 +
     1.8 +        private void numericUpDownPriority_ValueChanged(object sender, EventArgs e)
     1.9 +        {
    1.10 +            iClient.SetPriority((uint)numericUpDownPriority.Value);
    1.11 +        }
    1.12      }
    1.13  }