Esempio n. 1
0
 private void onLoginSuccess()
 {
     confService = ServiceResolver.GetForCurrentPlatform <ConfigServiceBase>();
     confService.GetPlatformConfig(onConfigSucces, onConfigFailed);
 }
Esempio n. 2
0
        private void onLoginSuccess()
        {
            ConfigServiceBase cs = ServiceResolver.GetForCurrentPlatform <ConfigServiceBase>();

            cs.GetPlatformConfig(onConfigFetched, onGetConfigFailed);
        }