Esempio n. 1
0
        public static void ExLog(string inString)
        {
            string proxy = "";

            GoogleFormLogger gfl = new GoogleFormLogger(proxy);
            gfl.PostToGoogleForm(inString);
        }
Esempio n. 2
0
        public static void ExLog(string inString)
        {
            string proxy = "";

            GoogleFormLogger gfl = new GoogleFormLogger(proxy);

            gfl.PostToGoogleForm(inString);
        }