public Dictions(DictionsControl dictions) { this.Dictions_ = dictions; currentDiction = new DictionsControl(new DictionInfo().GetAllDictions()); InitializeComponent(); }
void popup_MenuClick(object sender,EventArgs e) { DictionsControl tmpcont = new DictionsControl(new DictionInfo().GetAllDictions()); tmpcont.AddInUsingDictions(popup.LastRow.TableName); AConsoleCommand command = new CommandDisableWord(tmpcont); command.ExecuteAndGetResponse( new CommandParser.ImputCommand(" "+popup.LastRow.word)); }