コード例 #1
0
 public void RemoveFromContainer()
 {
     if (ViewContainer != null)
     {
         ViewContainer.RemoveControl(this);
     }
 }