class testapplication
{
static void ProcessString(string s)
{
{
Directory.Move("@C:/Users/Public/TestFolder", "@C:/Users/Public/TestFolder1");<1
Directory.Move("@C:/Users/Public/TestCase", "@C:/Users/Public/TestCase1");<2
}
}
}
For a example like this case, it can only run 1 and 2 cannot active.