示例#1
0
 private void ChangeProperty()
 {
     if (FlowPropertyPanel != null)
     {
         FlowPropertyPanel.MakeEmpty();
     }
 }
示例#2
0
 private void ChangeProperty(string fullName, Dictionary <string, string> properties)
 {
     if (FlowPropertyPanel != null)
     {
         var source = FlowSourceObjectManager.CreateSource(fullName);
         FlowPropertyPanel.ChangeFlowSource(this, source, properties);
     }
 }