Ejemplo n.º 1
0
 public static bool Edit( VsqFile vsq ) {
     Time_Shift ts = new Time_Shift();
     if ( ts.ShowDialog() != DialogResult.OK ) {
         return false;
     }
     return true;
 }
Ejemplo n.º 2
0
    public static bool Edit(VsqFile vsq)
    {
        Time_Shift ts = new Time_Shift();

        if (ts.ShowDialog() != DialogResult.OK)
        {
            return(false);
        }
        return(true);
    }