public Open_Download(Open open, DavRessource ress) { this.open = open; this.ress = ress; d_SetDownloadState = new SetDownloadState(this.SetDownloadStateMethod); d_CloseWindows = new CloseWindows(this.CloseWindowsMethod); InitializeComponent(); }
public OpenRemoteDocument(Open open, DavRessource ress) { this.open = open; this.ress = ress; }
public ShowDownloadState(Open open, Open_Download op) { this.open = open; this.op = op; }
private void Open_Click(CommandBarButton cmdBarbutton, ref bool cancel) { Open DialogOpen = new Open(app, this); DialogOpen.ShowDialog(); OpenWordDocument(); }