App1.EntryPoint.EntryPoint C# (CSharp) Méthode

EntryPoint() public méthode

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