コード例 #1
0
 public void EndEdit()
 {
     copy = null;
 }
コード例 #2
0
 public void BeginEdit()
 {
     copy = (Patient)this.Clone();
 }