示例#1
0
文件: OutlookBar.cs 项目: tuanly/SGM
 public OutlookBarButton(OutlookBar parent)
 {
     this.parent = parent;
     text = "";
 }
示例#2
0
文件: OutlookBar.cs 项目: tuanly/SGM
 public OutlookBarButton()
 {
     this.parent = new OutlookBar(); // set it to a dummy outlookbar control
     text = "";
 }
示例#3
0
 public OutlookBarButton(OutlookBar parent)
 {
     this.parent = parent;
     text        = "";
 }
示例#4
0
文件: OutlookBar.cs 项目: tuanly/SGM
 internal OutlookBarButtons(OutlookBar parent)
     : base()
 {
     this.parent = parent;
 }
示例#5
0
 internal OutlookBarButtons(OutlookBar parent)   : base()
 {
     this.parent = parent;
 }