I'm no blogger
Archive for November, 2007
Testing Dean System Highlight
0testing testing 123
the code is here
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Data;
namespace DataArchiver
{
static class Program
{
static void Main(string[] args)
{
bool isLogEnable = false;
string archivePlanId = string.Empty;
string enableLog = string.Empty;
string logFileName = string.Empty;
string bigCommunityId = string.Empty;
string actionBy = string.Empty;
string actionByComm = string.Empty;
string newDatabaseName = string.Empty;
}
}
}
nothing here