<Window x:Class="ASTHENIA.Loading"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Loading" Height="300" Width="300">
<Grid>
<ProgressBar HorizontalAlignment="Left" Name="load" Height="12" Margin="54,100,0,0" VerticalAlignment="Top" Width="205"/>
</Grid>
我设置了进度条,load.Maximum=100,min为0。如何让进度条在5分钟后加载完毕。