private void Form1_Load(object sender, EventArgs e) { ObtCImagePro = new CImageProcessing(); // Initialize Structure ObjShotInfo = new ShotInfoManaged(); ObjShotInfo.shotList = new ArrayList(); ObjShotInfo.shotCount = 0; Load_ShotViewTree(); bObjCreatedExist = false; }