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

            FCgBlockchain.Init(type);
        }