예제 #1
0
파일: OutlookBar.cs 프로젝트: tuanly/SGM
 public OutlookBar()
 {
     InitializeComponent();
     buttons = new OutlookBarButtons(this);
     buttonHeight = 30; // set default to 30
 }
예제 #2
0
 public OutlookBar()
 {
     InitializeComponent();
     buttons      = new OutlookBarButtons(this);
     buttonHeight = 30; // set default to 30
 }