示例#1
0
 private void InsertVariable()
 {
     InsertFromList(L.T("EditorPleaseEnterNameVariable"), m_data.GetVariablesInScope());
 }
示例#2
0
 private void InsertVariable()
 {
     InsertFromList("a variable", m_data.GetVariablesInScope());
 }
示例#3
0
 public IEnumerable <string> GetVariablesInScope()
 {
     return(m_parentData.GetVariablesInScope());
 }