ARUP.IssueTracker.Classes.BCF.BCF C# (CSharp) Méthode

BCF() public méthode

public BCF ( ) : System
Résultat System
        public BCF()
        {
            hasBeenSaved = true;
            Filename = "New BCF Report";
            Issues = new ObservableCollection<IssueBCF>();
            path = System.IO.Path.Combine(System.IO.Path.GetTempPath(), "BCFtemp", System.IO.Path.GetRandomFileName());
        }
        public bool HasBeenSaved