xiaoding721
2024-09-25 da53ff7a774a54bae8248c5fb310dcdeb80c3cc7
_Main/BL/Type_UphillRouting/Method_Use.qbl
@@ -7,7 +7,7 @@
    // Akari Aug-26-2024 (created)
    this.IsUsed( true );
    
    copy_routing := this.Routing().Copy( this.Suffix() + this.StartDate().Format( "Y-M2-D2") );
    copy_routing := this.Routing().Copy( this.Suffix() + [String]this.Percentage()+"%_" + this.StartDate().Format( "Y-M2-D2") );
    
    copy_routing.Start( this.StartDate() );