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