validate chathub calls
This commit is contained in:
parent
ddedb227b1
commit
68bd4db83d
5 changed files with 96 additions and 27 deletions
12
src/Yavsc/Resources/Yavsc.ChatHub.Designer.cs
generated
12
src/Yavsc/Resources/Yavsc.ChatHub.Designer.cs
generated
|
|
@ -66,5 +66,17 @@ namespace Yavsc {
|
|||
return ResourceManager.GetString("InvalidUserName", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string InvalidMessage {
|
||||
get {
|
||||
return ResourceManager.GetString("InvalidMessage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string InvalidReason {
|
||||
get {
|
||||
return ResourceManager.GetString("InvalidReason", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue