ARCed.Scintilla.UriDroppedEventArgs.UriDroppedEventArgs C# (CSharp) Метод

UriDroppedEventArgs() публичный Метод

Initializes a new instance of the UriDroppedEventArgs class.
public UriDroppedEventArgs ( string uriText ) : System
uriText string Text of the dropped file or uri
Результат System
        public UriDroppedEventArgs(string uriText)
        {
            this._uriText = uriText;
        }
UriDroppedEventArgs