12 lines
354 B
C#
12 lines
354 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
using System.Windows;
|
|
|
|
[assembly: AssemblyTitle("F4SD SwyxIt Phone call Monitor")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
[assembly: Guid("5721e81f-3c41-4c63-8ea0-ee8d1ce73778")]
|