Beispiel #1
0
 public CWaypoint(FormGPS _f)
 {
     //constructor
     mf = _f;
 }
 public CSteerSwitch(FormGPS _f)
 {
     mf = _f;
 }
Beispiel #3
0
 //constructor
 public CAutoSteer(FormGPS _f)
 {
     mf = _f;
     isInFreeDriveMode = false;
 }