namespace HStation.WinFrmUI { public partial class test : DocumentPage { public test() { InitializeComponent(); } private void simpleButton1_Click(object sender, EventArgs e) { SimulationWordReport word = new SimulationWordReport(); word.Create("word.doc"); } } }