コード例 #1
0
        private void executeResetAllCommand()
        {
            _table.RemoveAllEdgeTapes();

            this.SelectedEdgeTapeOne   = null;
            this.SelectedEdgeTapeTwo   = null;
            this.SelectedEdgeTapeThree = null;
            this.SelectedEdgeTapeFour  = null;
        }