using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace ConsoleApplication1
{
    class Program
    {
        string test = "aaa";
        ~Program()
        {
            StreamWriter lastGasp;
            lastGasp = File.CreateText("yourlog.txt");
            lastGasp.WriteLine("It's a Log" + test);
            lastGasp.Flush();
            lastGasp.Close();
        }
        public Program()
        {
        }
        static void Main(string[] args)
        {
            Program t = new Program();
        }
    }
}
 
                    
                     
                    
                 
                    
                 

 
         
                
            
         浙公网安备 33010602011771号
浙公网安备 33010602011771号