예제 #1
0
        public void Dump()
        {
            var assignments = Profile.ControlProcessor.GetAllAssignedHardwares();

            Debug.Print("Dump command");
            HardwareManager.Dump(assignments);
        }