コード例 #1
0
 public PostSourceItem(string accName, IPostEditorPostSource source, BlogPostSourceListBox ownerControl)
 {
     _source = source;
     _accName = accName;
     _listbox = ownerControl;
 }
コード例 #2
0
 public PostSourceItem(string accName, IPostEditorPostSource source, BlogPostSourceListBox ownerControl)
 {
     _source  = source;
     _accName = accName;
     _listbox = ownerControl;
 }
コード例 #3
0
 public BlogPostSourceListBoxAccessibility(BlogPostSourceListBox ownerControl) : base(ownerControl)
 {
     _listBox = ownerControl;
 }
コード例 #4
0
 public BlogPostSourceListBoxAccessibility(BlogPostSourceListBox ownerControl) : base(ownerControl)
 {
     _listBox = ownerControl;
 }