Example #1
0
 public OutlookBarButton(Sidebarmenu parent)
 {
     this.parent = parent;
     text        = "";
 }
Example #2
0
 internal OutlookBarButtons(Sidebarmenu parent)
     : base()
 {
     this.parent = parent;
 }