コード例 #1
0
        public ActionGather(ActionGatherData actionGatherData)
        {
            _queueImage = new Queue();
            hImage      = null;

            actionData        = actionGatherData;
            actionData.Name   = actionGatherData.Name;
            actionRes         = ActionResponse.NonExecution;
            _actionGatherData = actionGatherData;
            if (null != _actionGatherData.strCameraName)
            {
                Init();
            }
            formAction = (FormActionGather)(new FormActionGather(actionGatherData, this));
        }
コード例 #2
0
 public FormActionGather(ActionGatherData data, ActionGather actionGather)
 {
     InitializeComponent();
     _actionData   = data;
     _actionGather = actionGather;
 }