App1.EntryPoint.EntryPoint C# (CSharp) Method

EntryPoint() public method

public EntryPoint ( ) : System
return System
        public EntryPoint()
        {
            _log = File.AppendText("app1_log.txt");
        }