Example #1
0
 public Form1()
 {
     InitializeComponent();
     this.pallet = new Pallet();
     pallet.Show();
 }