Beispiel #1
0
 public Dictions(DictionsControl dictions)
 {
     this.Dictions_ = dictions;
     currentDiction = new DictionsControl(new DictionInfo().GetAllDictions());
     InitializeComponent();
 }
Beispiel #2
0
 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));
 }