示例#1
0
 public MainWindow()
 {
     InitializeComponent();
     this.controlModule = new Control_Module();
     this.map           = new MapModule();
     this.imu           = new ImuModule();
     this.sensor        = new RoverSensorAndMapModule();
     this.rvr_cntrl_mdl.Children.Add(controlModule);
     this.map_place.Children.Add(map);
     this.imu_place.Children.Add(imu);
     this.sensor_data_place.Children.Add(sensor);
 }
示例#2
0
 public MainWindow()
 {
     InitializeComponent();
     this.controlModule = new Control_Module();
     this.rvr_cntrl_mdl.Children.Add(controlModule);
 }