Example #1
0
 private bool isValid(SharedVariable sv)
 {
     return(sv != null && !sv.get_IsNone());
 }