Exemple #1
0
 public PrivateMessageFromFriendReceivedMahuaEvent1(
     ILivegirl livegirl,
     IMahuaApi mahuaApi)
 {
     _mahuaApi = mahuaApi;
     _livegirl = livegirl;
 }
Exemple #2
0
 public PrivateMessageFromFriendReceivedMahuaEvent(
     ILivegirl livegirl)
 {
     _livegirl = livegirl;
 }