AoMModelEditor.GrnUi.Read C# (CSharp) Méthode

Read() public méthode

public Read ( FileStream stream ) : void
stream System.IO.FileStream
Résultat void
        public void Read(FileStream stream)
        {
            this.File = new GrnFile();
            this.File.Read(stream);
            this.FileName = stream.Name;
        }