Exemplo n.º 1
0
 public MovePropertiesDialog(Move move, int numSpheres) {
   InitializeComponent();
   
   comboBox1.Text = move.getFunction();
   numericUpDown2.Text = move.getAmount().ToString();
 }