Пример #1
0
 void issueControl1_GetBiblio(object sender, GetBiblioEventArgs e)
 {
     e.Data = this.MarcEditor.Marc;
     e.Syntax = this.MarcSyntax;
 }
Пример #2
0
 void bindingControl1_GetBiblio(object sender, GetBiblioEventArgs e)
 {
     var func = this.GetBiblio;
     if (func != null)
         func(sender, e);
 }