Hello,
Great book! I have one question about chapter 11 Windows Store API. I would like to use this code from the chapter:
Code:
#if !RELEASE
using CurrentAppStore = Windows.ApplicationModel.Store.CurrentAppSimulator;
#else using CurrentAppStore = Windows.ApplicationModel.Store.CurrentApp;
#endif
My question is: Where would I place this code? I look at the chapter example I did not see it being used. I thinking in the App.CS file, but not sure. I am new at all this but still learning.
Thanks for the help,
John