Ejemplo n.º 1
0
        public void Execute()
        {
            DataSet      dataSet = new MysqlHandler().GetDataSet();
            MemoryStream ms      = this.Compression(dataSet);

            this.SaveToFile(ms);
        }
Ejemplo n.º 2
0
 public void Execute()
 {
     DataSet dataSet = new MysqlHandler().GetDataSet();
     MemoryStream ms = this.Compression(dataSet);
     this.SaveToFile(ms);
 }