Exemplo n.º 1
0
 public KeywordEditor(Keyword keywordToEdit)
 {
     m_Keyword = keywordToEdit;
     InitializeComponent();
     m_AbilityEditor.Parent = this;
 }
Exemplo n.º 2
0
 public KeywordEditor()
 {
     InitializeComponent();
     m_AbilityEditor.Parent = this;
     m_Keyword = new Keyword();
 }