public static void MergeSection(
CardSection from,
CardSection to
)
Public Shared Sub MergeSection (
from As CardSection,
to As CardSection
)
public:
static void MergeSection(
CardSection^ from,
CardSection^ to
)
static member MergeSection :
from : CardSection *
to : CardSection -> unit