示例#1
0
        public static LNCallFunc Action(LNCallFunc.Callback c)
        {
            LNCallFunc func = new LNCallFunc();

            func._c = c;
            return(func);
        }
示例#2
0
		public static LNCallFunc Action(LNCallFunc.Callback  c) {
			LNCallFunc func = new LNCallFunc();
			func._c = c;
			return func;
		}