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