C# Class GAPPSF.UIControls.GeocacheViewer

Interaction logic for GeocacheViewer.xaml
Inheritance: System.Windows.Controls.UserControl, IUIControl, IDisposable
Mostrar archivo Open project: GlobalcachingEU/GAPP Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GeocacheViewer ( ) : MSHTML
ToString ( ) : string
UpdateView ( ) : void

Private Methods

Method Description
Default_PropertyChanged ( object sender, System e ) : void
DisplayHtml ( string html ) : void
Instance_PropertyChanged ( object sender, System e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GeocacheViewer() public method

public GeocacheViewer ( ) : MSHTML
return MSHTML

ToString() public method

public ToString ( ) : string
return string

UpdateView() public method

public UpdateView ( ) : void
return void