Ejemplo n.º 1
0
        public void Save(string PathAndName)
        {
            ListBox tmp = (ListBox)this.listBox;

            this.listBox = null;
            SaveFileHexFunction <T2> .Save(PathAndName, this);

            this.listBox = tmp;
        }
Ejemplo n.º 2
0
 public void Save(string PathAndName)
 {
     SaveFileHexFunction <T> .Save(PathAndName, this);
 }