HDL_ON/UI/UI2/FuntionControlView/Music/SendMethod.cs
@@ -12,16 +12,16 @@ { public class SendMethod { private static SendMethod sMethod = null; public static SendMethod mMethod private static SendMethod s_Current= null; public static SendMethod Current { get { if (sMethod == null) if (s_Current == null) { sMethod = new SendMethod(); s_Current = new SendMethod(); } return sMethod; return s_Current; } }