예제 #1
0
 private IFile?GetPubXmlFile()
 {
     return(HasPublishFileOnCommandLine()?startup.ArgumentAsFile(0):
            fileDlg.GetLoadFile(null, "pubxml", "Deploy File (*.pubxml)|*.pubxml", "Pick a Deploy file"));
 }
예제 #2
0
 private IFile?GetPubXmlFile()
 {
     return(HasPublishFileOnCommandLine()?startup.ArgumentAsFile(0):
            fileDlg.GetLoadFile(null, "pubxml", "Project or Deploy File|*.pubxml;*.csproj;*.props", "Pick a Deploy file"));
 }