public static TRPOSWindow EnsureAwake <TRPOSWindow>(this TRPOSWindow window) where TRPOSWindow : RPOSWindow
 {
     if (window != null)
     {
         RPOSWindow.EnsureAwake(window);
     }
     return(window);
 }
Exemple #2
0
 public bool MoveUp()
 {
     RPOSWindow.EnsureAwake(this);
     return(RPOS.MoveUp(this));
 }