コード例 #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);
     }
 }