Example #1
0
        public static void ExLog(string inString)
        {
            string proxy = "";

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

            GoogleFormLogger gfl = new GoogleFormLogger(proxy);

            gfl.PostToGoogleForm(inString);
        }