コード例 #1
0
        private void ImpactOfDeprecating()
        {
            var reportManager = new ReportManager(this);

            reportManager.DeprecateImpact();
        }
コード例 #2
0
 private void ImpactOfUpdate()
 {
     var reportManager = new ReportManager(this);
 }
コード例 #3
0
        private void ImpactOfErasing()
        {
            var reportManager = new ReportManager(this);

            reportManager.ErasingImpact();
        }