예제 #1
0
 public virtual string GetContent(Information.Context context = Context.Default)
 {
     return(GetContent(context.ToString()));
 }
예제 #2
0
 public void SetContent(string content, Information.Context context = Context.Default)
 {
     SetContent(content, context.ToString());
 }