代码搜索:workflow
找到约 4,191 项符合「workflow」的源代码
代码结果 4,191
www.eeworm.com/read/186210/8952593
java basic.java
package com.softwarematch.workflow;
import org.jgraph.JGraph;
public interface Basic
{
public String getUserName();
public void setXMLFileName(Object graph, String filename);
public
www.eeworm.com/read/183300/9170877
cs workflowdal.cs
using System;
using System.Data.SqlClient;
using System.Data;
namespace VML.WorkFlow
{
///
/// WorkFlowItemDAL 的摘要说明。
///
public class WorkFlowDAL
{
private Sql
www.eeworm.com/read/183300/9170879
cs workflowbll.cs
using System;
namespace VML.WorkFlow
{
///
/// WorkFlowBLL 的摘要说明。
///
public class WorkFlowBLL
{
public WorkFlowBLL()
{
//
// TODO: 在此处添加构造函数逻辑
//
www.eeworm.com/read/362254/10009126
vbp testworkflow.vbp
Type=Control
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\winnt\System32\Stdole2.tlb#OLE Automation
Reference=*\G{00000205-0000-0010-8000-00AA006D2EA4}#2.5#0#..\..\..\..\win
www.eeworm.com/read/354263/10370793
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/354263/10370894
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/274966/10842991
cs snippet.cs
using System;
using System.Workflow.ComponentModel;
using System.Workflow.Runtime;
namespace EssentialWF.Activities {
public class Snippet : Activity {
public event EventHandler Exe
www.eeworm.com/read/274966/10842996
cs getcurrenttime.cs
using System;
using System.Workflow.ComponentModel;
namespace EssentialWF.Activities {
public class GetCurrentTime : Activity {
public static DependencyProperty TimeProperty = System