Show() 공개 정적인 메소드

public static Show ( TREInfoFile tif ) : void
tif TREInfoFile
리턴 void
예제 #1
0
 private void exportToToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (SelectedDirectoryFile != null)
     {
         ExportTo.Show(SelectedDirectoryFile);
     }
 }
예제 #2
0
 private void exportToToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ExportTo.Show(TREInfoFile);
 }