Content deleted Content added
m Improved the comments in →C# Example |
m →C# Example: MOS:HEAD |
||
Line 31:
}}</ref>
== C#
<syntaxhighlight lang="c#" line="1">
public abstract class Saveable
Line 59:
protected override void CoreSave()
{
Console.WriteLine($"Saved customer {
}
}
|