void Flow_GetFlowDefineCompleted(object sender, GetFlowDefineCompletedEventArgs e) { if (e.Error == null) { if (e.Result != null) { StrFlows = e.Result; } } else { ComfirmWindow.ConfirmationBox("警告", "没获取到相关审核流程!", Utility.GetResourceStr("CONFIRMBUTTON")); } }
void Flow_GetFlowDefineCompleted(object sender, GetFlowDefineCompletedEventArgs e) { if (e.Error == null) { if(e.Result !=null) StrFlows = e.Result; } else { ComfirmWindow.ConfirmationBox("警告", "没获取到相关审核流程!", Utility.GetResourceStr("CONFIRMBUTTON")); } }