예제 #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;
 }