public bool UploadSP3D(string filePath) { MainClass main = new MainClass(filePath); main.Upload(1); return true; }