aa
This commit is contained in:
27
CheckDll/Class1.cs
Normal file
27
CheckDll/Class1.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using Kingdee.BOS.Util;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace ACheckDll
|
||||
{
|
||||
[HotUpdate, Description("TEST")]
|
||||
public class Class1
|
||||
{
|
||||
|
||||
public void AAAAA()
|
||||
{
|
||||
|
||||
try
|
||||
{
|
||||
throw new Exception("TEST");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
throw ex;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user