C# Class TripsService.TripEdit

Inheritance: System.Windows.Forms.Form
Show file Open project: mnarowski/inzynieria Class Usage Examples

Public Methods

Method Description
TripEdit ( Trip trip ) : System
escape ( string p ) : string
refreshPlayList ( ) : 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.

TripEdit_Load ( object sender, EventArgs e ) : void
axWindowsMediaPlayer1_PositionChange ( object sender, AxWMPLib e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
fileUploadProcess ( string source, string destdir ) : void
listView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
openFileDialog1_FileOk ( object sender, CancelEventArgs e ) : void

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

TripEdit() public method

public TripEdit ( Trip trip ) : System
trip Trip
return System

escape() public method

public escape ( string p ) : string
p string
return string

refreshPlayList() public method

public refreshPlayList ( ) : void
return void