コード例 #1
0
    public static void HandleEvent(FriendRemovedEvent e, MainViewModel dataContext)
    {

    }
コード例 #2
0
 public static void InvokeFriendRemovedEvent(FriendRemovedEventArgs args)
 {
     FriendRemovedEvent?.Invoke(args);
 }