Lawo.ComponentModel.PropertyChangedTest.NotifyPropertyChangedTest C# (CSharp) 메소드

NotifyPropertyChangedTest() 개인적인 메소드

private NotifyPropertyChangedTest ( ) : void
리턴 void
        public void NotifyPropertyChangedTest()
        {
            new CalculatedSum(this, 1).Ignore();
            new CalculatedSum(this, 2).Ignore();
            new CalculatedSum(this, 3).Ignore();
            new CalculatedSum(this, 4).Ignore();
            new CalculatedSum(this, 5).Ignore();
            new CalculatedSum(this, 6).Ignore();
            new CalculatedSum(this, 7).Ignore();
            new CalculatedSum(this, 8).Ignore();
            new CalculatedSum(this, 9).Ignore();
            new CalculatedSum(this, 10).Ignore();
            new CalculatedSum(this, 11).Ignore();
        }