C# Class CanTheyMeet.CanTheyMeet

Show file Open project: irfiit/wikipedia

Public Methods

Method Description
CanTheyMeet ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FillData ( LoadingScreen l ) : void
InitializeComponent ( ) : void

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

button1_Click ( object sender, EventArgs e ) : void
calculateMeet ( Person pe1, Person pe2 ) : bool
canTheyMeet ( ) : string
comboboxPerson2_KeyPress_1 ( object sender, KeyPressEventArgs e ) : void
searchPerson1_Click ( object sender, EventArgs e ) : void
searchPerson1_Click ( object sender, KeyPressEventArgs e ) : void
searchPerson2_Click ( object sender, EventArgs e ) : void
switchPerson ( Person pe1, Person pe2 ) : void

Method Details

CanTheyMeet() public method

public CanTheyMeet ( ) : System
return System

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