示例#1
0
 public CNMEA(FormGPS f)
 {
     //constructor, grab the main form reference
     mf = f;
 }
示例#2
0
 public CWorldGrid(OpenGL _gl, FormGPS _f)
 {
     gl = _gl;
     mf = _f;
 }
示例#3
0
 public FormUDP(Form callingForm)
 {
     //get copy of the calling main form
     mf = callingForm as FormGPS;
     InitializeComponent();
 }
示例#4
0
 public CSim(FormGPS _f)
 {
     mf        = _f;
     altitude += Properties.Vehicle.Default.setVehicle_antennaHeight;
 }