13 lines
243 B
C#
13 lines
243 B
C#
namespace TestAppWithPortablePdbs
|
|
{
|
|
public class ClassForPortablePdbs
|
|
{
|
|
public void TestMethodForPortablePdbs()
|
|
{
|
|
}
|
|
|
|
public void AnotherTestMethodForPortablePdbs()
|
|
{
|
|
}
|
|
}
|
|
}
|