Beispiel #1
0
 void UnmountIfMounted()
 {
     if (mounted)
     {
         mounted.UnmountIfMounted();
     }
 }