App1.EntryPoint.EntryPoint C# (CSharp) 메소드

EntryPoint() 공개 메소드

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