C# Class SRVTracker.FormLocationEditor

Afficher le fichier Open project: TheCrankLarson/SRVTracker Class Usage Examples

Méthodes publiques

Méthode Description
FormLocationEditor ( ) : EDTracking
GetFormLocationEditor ( ) : FormLocationEditor
SelectLocation ( IWin32Window parent, Point? windowBottomLeft = null ) : EDLocation
ShowWithBorder ( IWin32Window owner = null ) : void

Private Methods

Méthode Description
FormLocationEditor_FormClosing ( object sender, FormClosingEventArgs e ) : void
LocationManager1_SelectionChanged ( object sender, EventArgs e ) : void

Method Details

FormLocationEditor() public méthode

public FormLocationEditor ( ) : EDTracking
Résultat EDTracking

GetFormLocationEditor() public static méthode

public static GetFormLocationEditor ( ) : FormLocationEditor
Résultat FormLocationEditor

SelectLocation() public méthode

public SelectLocation ( IWin32Window parent, Point? windowBottomLeft = null ) : EDLocation
parent IWin32Window
windowBottomLeft Point?
Résultat EDLocation

ShowWithBorder() public méthode

public ShowWithBorder ( IWin32Window owner = null ) : void
owner IWin32Window
Résultat void