This commit is contained in:
parent
397750e69d
commit
0024300e81
@ -13,7 +13,7 @@
|
||||
<AssemblyName>MEStc_SXS</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Windows</MyType>
|
||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
@ -112,10 +112,19 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
|
||||
<Compile Include="tcENT_21674\clsENT_21674.cs" />
|
||||
<Compile Include="tcENT\clsENT.cs" />
|
||||
<Compile Include="tcTEST21674\clsTest_21674.cs" />
|
||||
|
||||
<Compile Include="tcENT\clsA.cs" />
|
||||
<Compile Include="tcENT\clsENT.cs" />
|
||||
<Compile Include="tcENT_21681\clsENT_21681.cs" />
|
||||
<Compile Include="tcTest21681\clsTest21681.cs" />
|
||||
<Compile Include="tcTEST14278\clsTest_14278.cs" />
|
||||
|
||||
<Compile Include="tcWIP\clsLot.cs" />
|
||||
<Compile Include="tc_21685\clsENT_21685.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="shared file\" />
|
||||
|
@ -10,7 +10,7 @@
|
||||
<AssemblyName>wsSXS</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Windows</MyType>
|
||||
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile />
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
@ -145,10 +145,20 @@
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
|
||||
<Compile Include="wsENT_21681\wsENT_21681.cs" />
|
||||
<Compile Include="wsTest21681\wsTest21681.cs" />
|
||||
<Compile Include="wsTEST_14278\wsTEST_14278.cs" />
|
||||
|
||||
<Compile Include="wsWIP\wsWIP.cs" />
|
||||
<Compile Include="wxENT\wsENT.cs" />
|
||||
|
||||
<Compile Include="wxENT_21674\wsENT_21674.cs" />
|
||||
<Compile Include="wxTEST_21674\wsTest_21674.cs" />
|
||||
|
||||
<Compile Include="wxENT_21685\ws_21685.cs" />
|
||||
<Compile Include="wsENT\wsENT.cs" />
|
||||
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources.resx">
|
||||
|
@ -186,7 +186,7 @@ namespace wsSXS
|
||||
strException = "";
|
||||
strResult = "success";
|
||||
|
||||
objSYS.AddEventLog("wsENT", GetXMLCurUserNo(xmlDoc), "SubcontractorNo", SubcontractorNo, DateTime.Now, "AddSubcontractor");
|
||||
objSYS.AddEventLog("wsENT", GetXMLCurUserNo(xmlDoc), "SubcontractorNo", SubcontractorNo, DateTime.Now, "AddTeacher");
|
||||
}
|
||||
|
||||
catch (iMESException.MESException ex)
|
||||
@ -314,7 +314,7 @@ namespace wsSXS
|
||||
strException = "";
|
||||
strResult = "success";
|
||||
|
||||
objSYS.AddEventLog("wsENT", GetXMLCurUserNo(xmlDoc), "SubcontractorNo", SubcontractorNo, DateTime.Now, "EditSubcontractor");
|
||||
objSYS.AddEventLog("wsENT", GetXMLCurUserNo(xmlDoc), "SubcontractorNo", SubcontractorNo, DateTime.Now, "EditTeacher");
|
||||
}
|
||||
|
||||
catch (iMESException.MESException ex)
|
||||
|
Reference in New Issue
Block a user