BatchGuy.App.CreateX264BatchFileForm.CreateX264BatchFileForm_DragDrop C# (CSharp) Method

CreateX264BatchFileForm_DragDrop() private method

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