C# Class SPINACH_UI.Connection

Interaction logic for Connection.xaml
Inheritance: System.Windows.Window
Show file Open project: shranjan/pinac

Public Methods

Method Description
Connection ( ) : System

Private Methods

Method Description
GetIP ( ) : string
Window_Loaded ( object sender, RoutedEventArgs e ) : void
btnConnect_Click ( object sender, RoutedEventArgs e ) : void
rdbJoinSwarm_Checked ( object sender, RoutedEventArgs e ) : void
rdbJoinSwarm_Unchecked ( object sender, RoutedEventArgs e ) : void
validatePeer ( ) : bool

Method Details

Connection() public method

public Connection ( ) : System
return System