Beispiel #1
0
 public Site(string name, Navigation navi, IFormat format, DataContent content)
 {
     Name       = name;
     Navigation = navi;
     Format     = format;
     Content    = content;
 }
Beispiel #2
0
 public Site( string name, Navigation navi, IFormat format, DataContent content )
 {
     Name = name;
     Navigation = navi;
     Format = format;
     Content = content;
 }