예제 #1
0
        public bool Undeploy()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.Undeploy());
        }
예제 #2
0
        public string GetEncodedImageString()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.GetEncodedImageString());
        }
예제 #3
0
        public Device Fill()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.Fill());
        }
예제 #4
0
        public bool Delete()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.Delete());
        }
예제 #5
0
        public Device Update()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.Update());
        }
예제 #6
0
        public Device Create()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.Create());
        }
예제 #7
0
        public List <Device> GetDeviceListFromCompanyID(int companyID)
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.GetDeviceListFromCompanyID(companyID));
        }
예제 #8
0
        public bool SaveSpots(List <Spot> spotList)
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.SaveSpots(spotList));
        }
예제 #9
0
        public bool ClearImage()
        {
            Device_dl device_dl = new Device_dl(this);

            return(device_dl.ClearImage());
        }