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