Skybound.Gecko.GeckoHistoryEventArgs.GeckoHistoryEventArgs C# (CSharp) Méthode

GeckoHistoryEventArgs() public méthode

Creates a new instance of a GeckoHistoryEventArgs object.
public GeckoHistoryEventArgs ( Uri url ) : System
url System.Uri
Résultat System
        public GeckoHistoryEventArgs(Uri url)
        {
            _Url = url;
        }
GeckoHistoryEventArgs