10 lines
242 B
C#
10 lines
242 B
C#
|
|
using System.ComponentModel;
|
||
|
|
|
||
|
|
public partial class SROptions
|
||
|
|
{
|
||
|
|
/*[Category("微信支付"), DisplayName("调起微信支付")]
|
||
|
|
public void WxPay()
|
||
|
|
{
|
||
|
|
WXPayHandle.Instance.BuyGoods("Phxh_Try_Consumable_099_15", 1);
|
||
|
|
}*/
|
||
|
|
}
|