Migrating data from Access 97 to Postgres database
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

1234567891011121314151617
  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. }