コード例 #1
0
ファイル: register.cs プロジェクト: hanwest00/MYTestWeb
 public void RemoveProperty(property item)
 {
     this.RemoveMethod(propertys.Where(w => w.Value == item).First().Key);
 }
コード例 #2
0
 public void RemoveProperty(property item)
 {
     this.RemoveMethod(propertys.Where(w => w.Value == item).First().Key);
 }
コード例 #3
0
ファイル: register.cs プロジェクト: hanwest00/MYTestWeb
 public void AddProperty(property item)
 {
     propertys.Add(propertys.Count, item);
 }
コード例 #4
0
 public void AddProperty(property item)
 {
     propertys.Add(propertys.Count, item);
 }