10 lines
227 B
C#
10 lines
227 B
C#
|
namespace HK
|
||
|
{
|
||
|
public sealed class HanYin_Test : HanYin_Android
|
||
|
{
|
||
|
public override void Print(bool isPrintTest = false, params object[] args)
|
||
|
{
|
||
|
base.Print(isPrintTest, args);
|
||
|
}
|
||
|
}
|
||
|
}
|