Exemplo n.º 1
0
 public void Load()
 {
     IsActive   = true;
     EditorRoot = new KCLRoot(FileName, this);
     IFileInfo  = new IFileInfo();
 }
Exemplo n.º 2
0
        public byte[] Save()
        {
            KCLRoot root = (KCLRoot)EditorRoot;

            return(root.kcl.Write(Syroot.BinaryData.ByteOrder.LittleEndian));
        }