示例#1
0
        public static void OnSuspend_Return()
        {
            ReactContext _context = new ReactContext();
            var          netInfo  = new NetInfoModule(new DefaultNetworkInformation(), _context);

            netInfo.OnSuspend();
        }