By mswatcher
via infragistics.com
Submitted: Nov 29 2012 / 11:03
The import statement with quotes means the the header file has been defined in this project. The other import statements have been defined in another framework, where as the first part is the framework name, and the second part is the header file being referenced. A general rule that most frameworks follow, is to create a header file with the same name as the framework, that has import stmts to all publicly exposed classes in the framework.
Add your comment