Beispiel #1
0
 public static void Unbind(ref Constants.Method from)
 {
     if (from != null)
     {
         from = null;
     }
 }
Beispiel #2
0
 public static void Bind(ref Constants.Method to, Constants.Method method)
 {
     Unbind(ref to);
     to += method;
 }