예제 #1
0
 protected override void Finished()
 {
     if (text == null)
     {
         return;
     }
     HistoricalFileView.Show(name, file, text);
 }
예제 #2
0
        void ViewTextButtonClicked(object src, EventArgs args)
        {
            Revision d = GetSelectedRev();

            if (d == null)
            {
                return;
            }
            HistoricalFileView.Show(filepath, vc, vinfo.RepositoryPath, d);
        }