Subversion Repositories group.NITPanels

Rev

Rev 6 | Rev 11 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 7
Line 309... Line 309...
309
 
309
 
310
        public override void FsxReady() {
310
        public override void FsxReady() {
311
            this.powerUp();
311
            this.powerUp();
312
        }
312
        }
313
 
313
 
-
 
314
        public override void reAssign() {
-
 
315
            if (this.simStatus != 0)
-
 
316
                return;
-
 
317
 
-
 
318
            if (this.assigned == 1)
-
 
319
                this.fsx.requestNavComm1Data();
-
 
320
            else
-
 
321
                this.fsx.requestNavComm2Data();
-
 
322
        }
-
 
323
 
314
        //public override void FsxClose() {
324
        //public override void FsxClose() {
315
        //    this.powerDown();
325
        //    this.powerDown();
316
        //}
326
        //}
317
 
327
 
318
        public override void FsxEvent(SIMCONNECT_RECV_SIMOBJECT_DATA data) {
328
        public override void FsxEvent(SIMCONNECT_RECV_SIMOBJECT_DATA data) {