示例#1
0
 public TranscriptionEditorContext(TranscriptionComponent owner)
     : base(owner)
 {
 }
示例#2
0
 public override IApplicationComponent GetComponent()
 {
     _component = new TranscriptionComponent(_worklistItem, _folderName, _worklistRef, _worklistClassName);
     return(_component);
 }
示例#3
0
 protected TranscriptionContext(TranscriptionComponent owner)
 {
     _owner = owner;
 }