public FLYTViewer(FLYT Layout)
 {
     this.NWLayout = Layout;
     InitializeComponent();
 }
Esempio n. 2
0
 public void ConvertFromString(string text)
 {
     header          = FLYT.FromXml(text);
     header.FileInfo = this;
 }