mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-09-22 14:55:05 +08:00
Update HelloWorld/MVVM
This commit is contained in:
@@ -19677,7 +19677,7 @@ namespace vl
|
||||
writer.WriteChar(L' ');
|
||||
if (arguments.Count() == 0)
|
||||
{
|
||||
writer.WriteString(methodInfo->GetParameter(i)->GetName());
|
||||
writer.WriteString(ConvertName(methodInfo->GetParameter(i)->GetName()));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user