예제 #1
0
 private void InvalidateContents()
 {
     if (parent == null)
     {
         return;
     }
     parent.UpdatePanelContents(this);
 }