The Graph of the Number of Cells to Development Cycles
'For an indented version of the code, see the Printable Final Report.
'The Cancer Modeling Project: Tracking Cancer Development and Movement
'Punit Shah and Karalyn Baca
'Team 004
' Albuquerque Academy
'AiS 2004-2005
'Code written in Microsoft Visual Basic 6.0, line comment charecter is '
'Code for: frmCellCount
'Purpose of module: Show program's cancerous cell vs. time graph
Private Sub Form_Unload(Cancel As Integer)
'Hides this window when the skin model is closed, just for convinience
frmSimulation.Hide
End Sub