|
@ -13,6 +13,8 @@ namespace QYMessageCenter.Client |
|
|
[ComVisible(true)] |
|
|
[ComVisible(true)] |
|
|
public class GlobalContext |
|
|
public class GlobalContext |
|
|
{ |
|
|
{ |
|
|
|
|
|
public string Version = "10002"; |
|
|
|
|
|
|
|
|
public GlobalContext() |
|
|
public GlobalContext() |
|
|
{ |
|
|
{ |
|
|
messageHandleDic = new Dictionary<string, Action<Message>>() |
|
|
messageHandleDic = new Dictionary<string, Action<Message>>() |
|
|