Habanero.Faces.Win.StaticDataEditorWin.RejectChanges C# (CSharp) Метод

RejectChanges() публичный Метод

Rejects (restores) changes to the grid since the last save
public RejectChanges ( ) : bool
Результат bool
        public bool RejectChanges()
        {
            return _staticDataEditorManager.RejectChanges();
        }
    }