Exemple #1
0
 public void ShowInfo()
 {
     InfPan.OpenClose();
     InfPan.Name.text = Name;
     InfPan.Date.text = Date;
     InfPan.Info.text = Info;
     InfPan.WebSite   = WebSite;
 }