Esempio n. 1
0
 public OutlookBar()
 {
     InitializeComponent();
     buttons = new OutlookBarButtons(this);
     buttonHeight = 30; // set default to 30
 }
Esempio n. 2
0
 public OutlookBar()
 {
     InitializeComponent();
     buttons      = new OutlookBarButtons(this);
     buttonHeight = 30; // set default to 30
 }