コード例 #1
0
 protected override void AppendSerialization(FluentAlertSeperator source, StringBuilder sb)
 {
     sb.Append("<HR>");
 }
コード例 #2
0
 protected abstract void AppendSerialization(FluentAlertSeperator source, StringBuilder sb);
コード例 #3
0
 protected override void AppendSerialization(FluentAlertSeperator source, StringBuilder sb)
 {
     sb.AppendLine();
     sb.AppendLine("================================================");
 }