Exemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 public void ClosedChipSelectForm()
 {
     if (m_rChipSF != null)
     {
         m_rChipSF = null;
     }
 }
Exemplo n.º 2
0
 private void AnimationChipEditForm_Shown(object sender, EventArgs e)
 {
     m_rChipSF = new ChipSelectForm(this);
     m_rChipSF.Show();
 }