예제 #1
0
 private void OnClickCopyPath(int?id)
 {
     _iconService.CopyXamlIcon("<Path Width=\"36\" Height=\"36\" Stretch=\"Uniform\" Fill=\"Black\" Data={0}\"></Path>", Items.FirstOrDefault(x => x.Id == id).PrototypeSvg, _setting.IsCompress);
 }