コード例 #1
0
 public void Delete()
 {
     Part.Delete(this);
     if (NoteControl != null)
     {
         NoteControl.Delete();
     }
 }