Reputation: 63
I am trying to learn to make calendar by this example. But, I have problem in this line:
CalendarModel model = new CalendarModel();
It says that CalendarModel does not exist!
CalendarModel
Upvotes: 0
Views: 1713
Reputation: 12102
The problem might be something else.The example you provided works fine.I'd suggest you to cross-check the code once again.
Upvotes: 1