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

            func._c = c;
            return(func);
        }
Beispiel #2
0
 public void SetActionCallBack(LNCallFunc.Callback ac)
 {
     ActionCallBack = ac;
 }
Beispiel #3
0
		public void SetActionCallBack(LNCallFunc.Callback ac) {
			ActionCallBack = ac;
		}