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

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