Example #1
0
 public override void Save(string filepath)
 {
     _style.Save(filepath);
     IsDirty = false;
 }