C# Class OperationViewer.Form1

显示文件 Open project: Banandana/LineSharp

Public Methods

Method Description
Form1 ( ) : System
HandleDragDrop ( object sender, System e ) : void
HandleDragEnter ( object sender, DragEventArgs e ) : void
WriteLine ( string val ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

HandleDragDrop() public method

public HandleDragDrop ( object sender, System e ) : void
sender object
e System
return void

HandleDragEnter() public method

public HandleDragEnter ( object sender, DragEventArgs e ) : void
sender object
e DragEventArgs
return void

WriteLine() public method

public WriteLine ( string val ) : void
val string
return void