WIP
This commit is contained in:
parent
3f6bdc7421
commit
7276bc5cf7
@ -236,6 +236,7 @@
|
|||||||
<Compile Include="EditControls\EditWasteReceivedDialog.xaml.cs">
|
<Compile Include="EditControls\EditWasteReceivedDialog.xaml.cs">
|
||||||
<DependentUpon>EditWasteReceivedDialog.xaml</DependentUpon>
|
<DependentUpon>EditWasteReceivedDialog.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="Excel\DakosyExcelReader.cs" />
|
||||||
<Compile Include="Excel\ExcelBase.cs" />
|
<Compile Include="Excel\ExcelBase.cs" />
|
||||||
<Compile Include="Excel\ExcelManager.cs" />
|
<Compile Include="Excel\ExcelManager.cs" />
|
||||||
<Compile Include="Excel\ExcelReader.cs" />
|
<Compile Include="Excel\ExcelReader.cs" />
|
||||||
|
|||||||
@ -14,13 +14,14 @@ namespace ENI2.Excel
|
|||||||
{
|
{
|
||||||
internal static class DakosyExcelReader
|
internal static class DakosyExcelReader
|
||||||
{
|
{
|
||||||
|
|
||||||
internal static bool ProcessSheet(ExcelReader reader, out string readMessage, MessageCore messageCore, List<Message.NotificationClass> notificationClasses)
|
internal static bool ProcessSheet(ExcelReader reader, out string readMessage, MessageCore messageCore, List<Message.NotificationClass> notificationClasses)
|
||||||
{
|
{
|
||||||
bool result = true;
|
bool result = true;
|
||||||
readMessage = "";
|
readMessage = "";
|
||||||
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
<IISExpressAnonymousAuthentication />
|
<IISExpressAnonymousAuthentication />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user