Example #1
0
	public current_database(string TableName, 
							string DataBasePath, 
							DBBankLabFunctions CurrentDataBase)
	{
		DataBase.I_CurrentDataBase = CurrentDataBase;
		DataBase.TableName = TableName;
		DataBase.DataBasePath = DataBasePath;
	}
Example #2
0
	public void SetCurrentDataBase(DBBankLabFunctions Value)
	{
		DataBase.I_CurrentDataBase = Value;
	}