Exemplo n.º 1
0
 public Site(string name, Navigation navi, IFormat format, DataContent content)
 {
     Name       = name;
     Navigation = navi;
     Format     = format;
     Content    = content;
 }
Exemplo n.º 2
0
Arquivo: Site.cs Projeto: bg0jr/Maui
 public Site( string name, Navigation navi, IFormat format, DataContent content )
 {
     Name = name;
     Navigation = navi;
     Format = format;
     Content = content;
 }