WordAuto word = new WordAuto();
ArrayList array = new ArrayList();
array.Insert(0,Name.Text);
array.Insert(1,Age.Text);
array.Insert(2,Designation.Text);
word.CreateFile(array);
Tuesday, June 23, 2009
Subscribe to:
Posts (Atom)
Small pieces of code...