Updated ProgressReporterForm to reflect the latest changes to the Tracking framework; renamed WeightedProgression.cs to WeightedWaitable.cs in order to match the previous name changed of the class contained therein; improved documentation of the Camera class

git-svn-id: file:///srv/devel/repo-conversion/nusu@67 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2008-03-27 18:34:17 +00:00
parent b5ea9e0d70
commit 8ef451a731
2 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
<DependentUpon>SetProgression.cs</DependentUpon> <DependentUpon>SetProgression.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="Source\Tracking\StatusReportEventArgs.cs" /> <Compile Include="Source\Tracking\StatusReportEventArgs.cs" />
<Compile Include="Source\Tracking\WeightedProgression.cs" /> <Compile Include="Source\Tracking\WeightedWaitable.cs" />
<Compile Include="Source\WeakReference.cs" /> <Compile Include="Source\WeakReference.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>