コード例 #1
0
 internal void Render(HtmlTextWriter output)
 {
     if (!data_saved)
     {
         SaveData();
     }
     data.Render(output);
 }