Migrating data from Access 97 to Postgres database
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

18 rader
317 B

  1. using System;
  2. using System.Text;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using Microsoft.VisualStudio.TestTools.UnitTesting;
  6. namespace acc_pgsqlTest
  7. {
  8. [TestClass]
  9. public class UnitTest1
  10. {
  11. [TestMethod]
  12. public void TestMethod1()
  13. {
  14. }
  15. }
  16. }