コード例 #1
0
 private void attach_flowers(flower entity)
 {
     this.SendPropertyChanging();
     entity.colour1 = this;
 }
コード例 #2
0
 private void detach_flowers(flower entity)
 {
     this.SendPropertyChanging();
     entity.colour1 = null;
 }
コード例 #3
0
 partial void Deleteflower(flower instance);
コード例 #4
0
 partial void Updateflower(flower instance);
コード例 #5
0
 partial void Insertflower(flower instance);
コード例 #6
0
 private void detach_flowers(flower entity)
 {
     this.SendPropertyChanging();
     entity.lengths = null;
 }
コード例 #7
0
 private void attach_flowers(flower entity)
 {
     this.SendPropertyChanging();
     entity.lengths = this;
 }