Exemplo n.º 1
0
        protected void PrintOperazione(string operazione, string username)
        {
            if (_printOperazioni == null)
            {
                OpenLogOperazioni(_fileLogOperazioni);
            }
            GeoCoordinateWatcher watcher = new GeoCoordinateWatcher();
            EntryOperazione      entry   = new EntryOperazione(watcher.Position.Location.ToString(), username, operazione);

            _printOperazioni.WriteLine(entry.GetEntry());
            _printOperazioni.Close();
        }