コード例 #1
0
 public void SetHeader(CSHeader h)
 {
     header = h;
 }
コード例 #2
0
 public CSTextDocument(CSHeader h)
 {
     SetHeader(h);
 }