private void OnDeleteItem(PropertyItem item) { propertyItemCreater.RemoveItem(item); if (!string.IsNullOrEmpty(item.key)) { propertyDic.Remove(item.key); } }
public void SetAcitveKey(ResourceDic dic, string key) { if (key == "rect") { dic.Remove("padding"); } else if (key == "padding") { dic.Remove("rect"); } }