예제 #1
0
파일: Form1.cs 프로젝트: yukit7s/DrawApp
 public Form1()
 {
     InitializeComponent();
     this.pallet = new Pallet();
     pallet.Show();
 }