Exemplo n.º 1
0
 internal void OnStudyLoaded(StudyLoadedEventArgs studyLoadedArgs)
 {
     EventsHelper.Fire(_studyLoadedEvent, this, studyLoadedArgs);
 }
Exemplo n.º 2
0
 private void OnPriorStudyLoaded(object sender, StudyLoadedEventArgs args)
 {
     OnPriorStudyLoaded(args.Study);
 }
Exemplo n.º 3
0
		internal void OnStudyLoaded(StudyLoadedEventArgs studyLoadedArgs)
		{
			EventsHelper.Fire(_studyLoadedEvent, this, studyLoadedArgs);
		}