Example #1
0
 protected void Destroy()
 {
     Parent.RemoveScreenLayer(this);
     Destroyed = true;
 }
Example #2
0
 protected void Destroy()
 {
     parent.RemoveScreenLayer(this);
 }