diff options
Diffstat (limited to 'Decompiler/Microsoft.Office.Interop.Excel/AppEvents_Event.cs')
| -rw-r--r-- | Decompiler/Microsoft.Office.Interop.Excel/AppEvents_Event.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Decompiler/Microsoft.Office.Interop.Excel/AppEvents_Event.cs b/Decompiler/Microsoft.Office.Interop.Excel/AppEvents_Event.cs new file mode 100644 index 0000000..912e61f --- /dev/null +++ b/Decompiler/Microsoft.Office.Interop.Excel/AppEvents_Event.cs @@ -0,0 +1,12 @@ +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +namespace Microsoft.Office.Interop.Excel; + +[ComImport] +[CompilerGenerated] +[ComEventInterface(typeof(AppEvents), typeof(AppEvents))] +[TypeIdentifier("00020813-0000-0000-c000-000000000046", "Microsoft.Office.Interop.Excel.AppEvents_Event")] +public interface AppEvents_Event +{ +} |