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