コード例 #1
0
        private void ResetWithNewNoun()
        {
            _ending = _databaseManager.GetRandomNounEnding();
              _currentNoun = _databaseManager.GetRandomNoun();

              GuessDeclensionTextBox.Text = String.Empty;
              GuessDeclensionTextBox.Foreground = Brushes.Black;

              NounLabel.Content = _currentNoun.Root + _currentNoun.Declension.Singular_Nominative_Ending;
              EndingLabel.Content = _ending.Display;

              CorrectDeclensionLabel.Content = String.Empty;

              _hasBeenVerified = false;
        }
コード例 #2
0
		private void detach_Noun_Regulars(Noun_Regular entity)
		{
			this.SendPropertyChanging();
			entity.Declension = null;
		}
コード例 #3
0
 partial void UpdateNoun_Regular(Noun_Regular instance);
コード例 #4
0
 partial void DeleteNoun_Regular(Noun_Regular instance);
コード例 #5
0
 partial void InsertNoun_Regular(Noun_Regular instance);