Beispiel #1
0
        public override void OnInit()
        {
            base.OnInit();

            Person1 = new Person();

            Prop1 = "Prop1_1";
            Prop2 = "Prop2_1";
            Person1.Age = 100;
            Person1.FirstName = "FirstName1";
            Person1.LastName = "LastName1";
        }
Beispiel #2
0
        public override void OnInit()
        {
            base.OnInit();

            Person1 = new Person();

            Prop1 = "Prop1_2";
            Prop2 = "Prop2_2";
            Prop3 = "Prop3_2";
            Person1.Age = 200;
            Person1.FirstName = "FirstName2";
            Person1.LastName = "LastName2";
        }