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