hi all,
i have a very simple console app but i'm having trouble putting things where
they belong. all this program does is take a list of filenames and ftp's them
somewhere.
Program.cs
Utility.MarkSta rtTime
Start();
Utility.MarkSum mary
Business.cs
should something goe here?
Utility.cs
...
Console.WriteLi ne(Business.Sta rtTime)
...
Console.WriteLi ne(DataLayer.Re cordsTransferre d)
...
Console.WriteLi ne(Business.End Time)
...
Console.WriteLi ne(DataLayer.Cu rrentFileTransf erred)
DataLayer.cs
Public Property CurrentFileTran sferred
Loop thru each file and ftp it
Utility.Current FileTransferred
Utility.Records Transferred
i know this may be too simple to break out into files i'm just doing it as
an exercise.
thanks,
rodchar
i have a very simple console app but i'm having trouble putting things where
they belong. all this program does is take a list of filenames and ftp's them
somewhere.
Program.cs
Utility.MarkSta rtTime
Start();
Utility.MarkSum mary
Business.cs
should something goe here?
Utility.cs
...
Console.WriteLi ne(Business.Sta rtTime)
...
Console.WriteLi ne(DataLayer.Re cordsTransferre d)
...
Console.WriteLi ne(Business.End Time)
...
Console.WriteLi ne(DataLayer.Cu rrentFileTransf erred)
DataLayer.cs
Public Property CurrentFileTran sferred
Loop thru each file and ftp it
Utility.Current FileTransferred
Utility.Records Transferred
i know this may be too simple to break out into files i'm just doing it as
an exercise.
thanks,
rodchar
Comment