Example #1
0
 public void Commit()
 {
     if (this.artboardOptionsModel == null)
     {
         return;
     }
     this.configurationObject.Clear();
     this.artboardOptionsModel.Save();
     this.artboardOptionsModel   = (ArtboardOptionsModel)null;
     this.artboardOptionsControl = (ArtboardOptionsControl)null;
     this.Apply();
 }
Example #2
0
 public void Cancel()
 {
     this.artboardOptionsModel   = (ArtboardOptionsModel)null;
     this.artboardOptionsControl = (ArtboardOptionsControl)null;
 }