New dotnet code sample

This commit is contained in:
sebv
2014-04-18 18:35:05 +08:00
parent 9e97f76039
commit ddad985d0e
11 changed files with 206 additions and 187 deletions

View File

@@ -0,0 +1,12 @@
using System;
namespace AppiumDriverDemo
{
class MainClass
{
public static void Main (string[] args)
{
Console.WriteLine ("Run the unit tests!");
}
}
}