代码搜索:workflow
找到约 4,191 项符合「workflow」的源代码
代码结果 4,191
www.eeworm.com/read/274966/10843017
cs programloader.cs
using System;
using System.Workflow.Runtime.Hosting;
using System.Xml;
using System.Workflow.ComponentModel;
using System.Workflow.ComponentModel.Serialization;
using System.Workflow.Activities.R
www.eeworm.com/read/154303/7106987
txt ex9_11.txt
Example 9.11 WorkflowDelegate Code
public class WorkflowDelegate {
private String userId;
public WorkflowDelegate(String userId) {
this.userId = userId;
}
public void start(Stri
www.eeworm.com/read/244571/12856289
pas wfviewui.pas
unit WfViewUI;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls;
type
TfWfViewUI = class(TForm)
pgc1: TPageControl;
www.eeworm.com/read/242302/13075285
html 10218.html
市面上有卖workflow engine,可以直接使用
市面上有卖workflow engine,可以直接使用
www.eeworm.com/read/319609/13448300
pas wfviewui.pas
unit WfViewUI;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls;
type
TfWfViewUI = class(TForm)
pgc1: TPageControl;
www.eeworm.com/read/319609/13448321
dsk wfeditor.dsk
[Closed Files]
File_0=SourceModule,'D:\WorkFlow\src\WfEditor\WfView.pas',0,1,1,19,10,0,0
File_1=SourceModule,'D:\WorkFlow\src\WfEditor\WfActiUI.pas',0,1,1,1,1,1,1
File_2=SourceModule,'D:\WorkFlow\s
www.eeworm.com/read/310844/13642863
cs iexternalevent.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace wxwinter.wf.ExchangeServer
{
[System.Workflow.Activities.ExternalDataExchange()]
public interface IExternalEve
www.eeworm.com/read/310844/13642866
txt readme.txt
使用说明
wxwinter.wf.Design.wxdWFSequentialDesigner wfd;
wfd = new wxwinter.wf.Design.wxdWFSequentialDesigner(@"c:\a.txt");
wfd.WFAssemblyNames = new string[] { "ActivityLibrary.dll" };
wfd.Dock = D
www.eeworm.com/read/310844/13642924
cs nodecomplete.cs
using System;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Collections;
using System.Drawing;
using System.Workflow.ComponentModel;
using System.Workflow.Compone