mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
17 lines
183 B
C#
17 lines
183 B
C#
using System;
|
|
namespace Tester
|
|
{
|
|
|
|
public partial class PartialUser {
|
|
public partial class PartialInner
|
|
{
|
|
private int a = 0;
|
|
|
|
public PartialInner ()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|