示例#1
0
        public static void Init(Type type)
        {
            if (Get() != null)
            {
                return;
            }

            FCgBlockchain.Init(type);
        }