Rename BasicCase01 -> ValieCase01

This commit is contained in:
Troy Dai 2016-03-30 11:10:06 -07:00 committed by Mihai Codoban
parent 829fab595e
commit 90baecdd51
19 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ClassLibrary1
{
public class Class1
{
}
}