windows services to move files from one folder to another folder
hi all,
im working on windows services. c sharp.
all i hav to do is :
i hav 4 controls . 2 datetime controls and 2 textboxes.
2 datetime controls to accept starttime and endtime.
2 textboxes to accept the sourcefilepath and destinationfile path.
windows service should run all the time. Between the...
Search Result
Collapse
2 results in 0.0038 seconds.
Keywords
Members
Tags
-
windows services to move files from one folder to another
-
How to use Generic Class as Service
Hi,
My question could be silly but this is what I am trying to do here with my Generic class.
I have a Data Access Layer, Business Logic Layer and a presentation Layer(Windows forms). Everytime I have to retrieve a List of records, I have to call a method (GetList()) in Bussiness Logic class which calls SQL query in Data access class. I create a new instance of business Logic class everytime a user LogIn. So in this...