Track Editor (Windows Forms): Difference between revisions
Jump to navigation
Jump to search
(→) |
(→) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This section describes how to create an application interacting with the Maria GDK Track Service | This section describes how to create an application interacting with the Maria GDK Track Service | ||
== Track | == Track Editor Application == | ||
;General | |||
:* You will need to include the '''''TPG.MariaGDK''''' NuGet package. | |||
:: For more info, see [[Development requirements#Loading Maria GDK Packages| Loading Maria GDK, NuGet Packages]] | |||
:* You also need to have a Track Service available. | |||
:* Sample code for this section is the '''''MariaTrackEditor_Forms''''' project, in the '''''Sample Projects''''' solution. | |||
:* Track service interaction is handled by the '''''MariaTrackServiceEngine''''' class, implemented with the WPF track editor. See [[Track_Editor#Track_service_engine|'''Track Service Engine''']]. | |||
[[File: | [[File:trackserviceeditor_forms.png|none|thumbnail|500px|Track editor, example application]] | ||
[[Category:Creating applications]] | [[Category:Creating applications]] |
Latest revision as of 14:26, 28 October 2019
This section describes how to create an application interacting with the Maria GDK Track Service
Track Editor Application
- General
-
- You will need to include the TPG.MariaGDK NuGet package.
- For more info, see Loading Maria GDK, NuGet Packages
- You also need to have a Track Service available.
- Sample code for this section is the MariaTrackEditor_Forms project, in the Sample Projects solution.
- Track service interaction is handled by the MariaTrackServiceEngine class, implemented with the WPF track editor. See Track Service Engine.