protected void CallUserGuidePageAction(object sender, UserGuideActionArgs e) { if (UserGuidePageAction != null) { UserGuidePageAction(sender, e); } }
void topic_UserGuideAction(object sender, UserGuideActionArgs e) { if (UserGuideAction != null) { UserGuideAction(sender, e); } Close(); }