Пример #1
0
 /// <summary>
 /// Menu item command: Goto Type Declaration
 /// </summary>
 void GotoTypeDeclaration(object sender, EventArgs e)
 {
     ASComplete.TypeDeclarationLookup(ASContext.CurSciControl);
 }