コード例 #1
0
ファイル: Distributor.cs プロジェクト: uvbs/eshopSanQiang
 public static void OnPasswordChanged(Member member, UserEventArgs args)
 {
     if (Distributor.eventHandler_4 != null)
     {
         Distributor.eventHandler_4(member, args);
     }
 }
コード例 #2
0
ファイル: Distributor.cs プロジェクト: uvbs/eshopSanQiang
 public void OnPasswordChanged(UserEventArgs args)
 {
     if (Distributor.eventHandler_4 != null)
     {
         Distributor.eventHandler_4(this, args);
     }
 }