Initial Commit

This commit is contained in:
Abdel
2015-09-12 19:58:10 -04:00
commit f612fc4f3f
71 changed files with 12107 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace vCardEditor_Test
{
/// <summary>
///
/// </summary>
[TestClass]
public class MainPresenterTest
{
public MainPresenterTest()
{
//
// TODO:
//
}
[TestMethod]
public void TestMethod1()
{
//
// TODO:
//
}
}
}