Esempio n. 1
0
        static void Main()
        {
            BookingServiceRef.BookingServiceClient lBookingServiceClient = new BookingServiceRef.BookingServiceClient();

            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new frmSplashScreen(lBookingServiceClient));
        }
Esempio n. 2
0
 public frmSplashScreen(BookingServiceRef.BookingServiceClient pBookingServiceClient)
 {
     InitializeComponent();
     lBookingServiceClient = pBookingServiceClient;
 }
Esempio n. 3
0
 public frmBookingManagement(BookingServiceRef.BookingServiceClient pBookingServiceClient)
 {
     InitializeComponent();
     lBookingServiceClient = pBookingServiceClient;
 }