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