Ejemplo n.º 1
0
 public void ChangeState()
 {
     df4.ChangeFormState(mainPanel);
     mainPanel    = null;
     newGroupList = null;
     df4          = null;
 }
Ejemplo n.º 2
0
 public void ChangeState()
 {
     df4.ChangeFormState(mainPanel);
     arrowLeft.Click -= ArrowLeft_Click;
     mainPanel.Controls.Remove(arrowLeft);
     arrowRight.Click -= ArrowRight_Click;
     mainPanel.Controls.Remove(arrowRight);
     groupCount.Enter -= GroupCount_Enter;
     mainPanel.Controls.Remove(groupCount);
     mainPanel    = null;
     arrowLeft    = null;
     arrowRight   = null;
     groupCount   = null;
     groupCount   = null;
     newGroupList = null;
     df4          = null;
 }