summaryrefslogtreecommitdiff
path: root/Decompiler/Microsoft.Office.Interop.Excel/Application.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Decompiler/Microsoft.Office.Interop.Excel/Application.cs')
-rw-r--r--Decompiler/Microsoft.Office.Interop.Excel/Application.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/Decompiler/Microsoft.Office.Interop.Excel/Application.cs b/Decompiler/Microsoft.Office.Interop.Excel/Application.cs
new file mode 100644
index 0000000..4314dec
--- /dev/null
+++ b/Decompiler/Microsoft.Office.Interop.Excel/Application.cs
@@ -0,0 +1,13 @@
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+namespace Microsoft.Office.Interop.Excel;
+
+[ComImport]
+[CompilerGenerated]
+[Guid("000208D5-0000-0000-C000-000000000046")]
+[CoClass(typeof(object))]
+[TypeIdentifier]
+public interface Application : _Application, AppEvents_Event
+{
+}