Jump to content
carter2408

Visual basic inlocuirea comenzilor

Recommended Posts

Nu prea lucrez in .NET dar daca rulezi un search prin sursa observi (in special comentul):

		/// <summary>Raises the <see cref="DomClick"/> event.</summary>
/// <param name="e">The data for the event.</param>
protected virtual void OnDomClick(GeckoDomEventArgs e)
{
if (((GeckoDomEventHandler)this.Events[DomClickEvent]) != null)
((GeckoDomEventHandler)this.Events[DomClickEvent])(this, e);
}

(/GeckoWebBrowser.cs) (SVN difera)

Daca te ajuta la ceva atunci bine dar daca nu... atunci tot bine. Nici nu prea am inteles ce vrei sa faci deoarece nimeni nu specifica niciodata ce vrea sa faca. Toata lumea pune cate o intrebare vaga si atat. Deci presupun ca un raspuns vag este asteptat in schimb :D (scuze pentru ostilitate)

Edited by S.L.C
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...