예제 #1
0
파일: SUIButton.cs 프로젝트: a19284/SmartUI
 public void Add(SUIButton button)
 {
     this.InnerList.Add(button);
 }
예제 #2
0
 public  SUIDotNetButton(IntPtr hWnd) 
     : base(hWnd)
 {
     suiBtn = new SUIButton(hWnd);
 }
예제 #3
0
 public void Add(SUIButton button)
 {
     this.InnerList.Add(button);
 }