예제 #1
0
        public void TestFunctionConfig()
        {
            FunctionConfig config = new FunctionConfig();

            try
            {
                config.Init();
            }
            catch (Exception e)
            {
                Console.WriteLine(e.Message);
            }

            Console.WriteLine("Test only");
        }
예제 #2
0
        public void TestFunctionConfig()
        {
            FunctionConfig conf = new FunctionConfig();

            conf.Init();
        }