Subversion Repositories group.electronics

Rev

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

Rev 161 Rev 162
Line 11... Line 11...
11
        public static void DcsBiosInit() {
11
        public static void DcsBiosInit() {
12
            Globals.bios = new DcsBios();
12
            Globals.bios = new DcsBios();
13
            bios.InitUDP();
13
            bios.InitUDP();
14
        }
14
        }
15
 
15
 
16
        //public static InputSimulator SendKey = new InputSimulator();
16
        public static InputSimulator SendKey = new InputSimulator();
17
    }
17
    }
18
}
18
}