Beispiel #1
0
 private void InitObjShotInfo()
 {
     // Initialize Structure
     ObjShotInfo           = new ShotInfoManaged();
     ObjShotInfo.shotList  = new ArrayList();
     ObjShotInfo.shotCount = 0;
 }
Beispiel #2
0
        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;
        }
Beispiel #3
0
 private void InitObjShotInfo()
 {
     // Initialize Structure
     ObjShotInfo = new ShotInfoManaged();
     ObjShotInfo.shotList = new ArrayList();
     ObjShotInfo.shotCount = 0;
 }
Beispiel #4
0
        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;
        }