Exemple #1
0
 public static void Run(SerialCommunication serial)
 {
     // Entry Point
     Imu3D n = new Imu3D(serial);
     App.Run(n);												// Run Our NeHe Lesson As A Windows Forms Application
 }
Exemple #2
0
        public static void Run(SerialCommunication serial)
        {                                                                                                               // Entry Point
            Imu3D n = new Imu3D(serial);

            App.Run(n);                                                                                         // Run Our NeHe Lesson As A Windows Forms Application
        }