This is because you didn't use the classes in your application, thus the linker removes the classes from it. If you have a real application, the classes will be used from code, and you wouldn't need to register them.
This is because you didn't use the classes in your application, thus the linker removes the classes from it. If you have a real application, the classes will be used from code, and you wouldn't need to register them.