コード例 #1
0
        public void CreateNewNotOutput()
        {
            var newNotOutput = new NotOutputLadder()
            {
                Name  = "I" + notOutputNumber,
                IsNew = true
            };

            NotOutputs.Add(newNotOutput);
            notOutputNumber++;
            SelectedObject = newNotOutput;
        }
コード例 #2
0
        public void CreateNewNotOutput()
        {
            var newNotOutput = new NotOutputLadder()
            {
                Name = "I" + notOutputNumber,
                IsNew = true
            };

            NotOutputs.Add(newNotOutput);
            notOutputNumber++;
            SelectedObject = newNotOutput;
        }