Exemple #1
0
        //
        // Output the PGC file for the request...
        //
        private static void writePGCFile(object data, string requestPath, string fileName)
        {
            Anoto.Util.File file = new Anoto.Util.FileClass();

            file.Write(requestPath + fileName + ".pgc", data);
        }
Exemple #2
0
        //
        // Output the PGC file for the request...
        //
        private static void writePGCFile(object data, string requestPath, string fileName)
        {
            Anoto.Util.File file = new Anoto.Util.FileClass();

            file.Write(requestPath + fileName + ".pgc", data);
        }