C# Class Chomo.Window1

Inheritance: System.Windows.Window
Show file Open project: adakkak/Chomo

Public Methods

Method Description
Window1 ( ) : System

Private Methods

Method Description
InitializeComponent ( ) : void
KML2SHP ( string kmlFile, string shpFile ) : void
SHP2KML ( string shpFile, string kmlFile ) : void
System ( int connectionId, object target ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnConvert_Click ( object sender, RoutedEventArgs e ) : void
btnDestination_Click ( object sender, RoutedEventArgs e ) : void
btnSource_Click ( object sender, RoutedEventArgs e ) : void
capitalize ( string s ) : string

Method Details

Window1() public method

public Window1 ( ) : System
return System