private void SaveFileAs() { FileCommands.SaveFileAs(this, this.ActiveDocument); }
private void saveAsContextMenuItem_Click(object sender, EventArgs e) { FileCommands.SaveFileAs(this.parent, this.parent); }