예제 #1
0
 public GPX_Viewer()
 {
     InitializeComponent();
     c = new Controller(this);
     cb_search.SelectedIndex = 0;
     UpdateClickbox();
 }
예제 #2
0
 public Bearbeiten(Controller c, int TrackId, string WhatIsIt)
 {
     InitializeComponent();
     C = c;
     TrackID = TrackId;
     this.WhatIsIt = WhatIsIt;
     ListeFuellen(TrackID, this.WhatIsIt);
     InputFuellen(TrackID, this.WhatIsIt);
 }