ARCed.Scintilla.FileDropEventArgs.FileDropEventArgs C# (CSharp) Méthode

FileDropEventArgs() public méthode

Initializes a new instance of the FileDropEventArgs class.
public FileDropEventArgs ( string fileNames ) : System
fileNames string
Résultat System
        public FileDropEventArgs(string[] fileNames)
        {
            this._fileNames = fileNames;
        }
FileDropEventArgs