Пример #1
0
        public void TempSave(string path)
        {
            //path = ToFileName(path); //07-19-2010 scott

            GridLines.Remove();
            DrawingSerializer.Save(this, path);
            GridLines.Add();
        }
Пример #2
0
        public void Save(string path)
        {
            //path = ToFileName(path); //07-19-2010 scott

            CurrentAction = ActionManager.History.CurrentState.PreviousAction;
            RemovePlaceHolder();
            GridLines.Remove();
            DrawingSerializer.Save(this, path);
            GridLines.Add();
        }