コード例 #1
0
 public void RefreshVariableMap()
 {
     mathExp.AdjustVariableMap();
     if (_editor != null)
     {
         _editor.ShowVariableMap(mathExp.VariableMap);
     }
 }