17 lines
221 B
C#
17 lines
221 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace CYQ.Data
|
|
{
|
|
public class MProcExt:MProc
|
|
{
|
|
|
|
public MProcExt(string xx)
|
|
{
|
|
base.
|
|
}
|
|
|
|
}
|
|
}
|