BatchGuy.App.CreateX264BatchFileForm.CreateX264BatchFileForm_DragDrop C# (CSharp) Méthode

CreateX264BatchFileForm_DragDrop() private méthode

private CreateX264BatchFileForm_DragDrop ( object sender, DragEventArgs e ) : void
sender object
e System.Windows.Forms.DragEventArgs
Résultat void
        private void CreateX264BatchFileForm_DragDrop(object sender, DragEventArgs e)
        {
            this.HandlesCreateX264BatchFileFormDragDrop(e);
        }
CreateX264BatchFileForm