BlindPrediction.Program.CurrentDomain_DomainUnload C# (CSharp) Method

CurrentDomain_DomainUnload() static private method

static private CurrentDomain_DomainUnload ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        static void CurrentDomain_DomainUnload(object sender, EventArgs e)
        {
            Text.Dispose();
        }