mirror of
https://gitee.com/csharpui/CPF.git
synced 2026-04-24 21:18:03 +08:00
初始化
This commit is contained in:
12
CPF.Windows/MicroCom/IMicroComExceptionCallback.cs
Normal file
12
CPF.Windows/MicroCom/IMicroComExceptionCallback.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace CPF.Windows.MicroCom
|
||||
{
|
||||
public interface IMicroComExceptionCallback
|
||||
{
|
||||
void RaiseException(Exception e);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user