Esempio n. 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     ts = new TiketService();
     ns = new NotifikaceService();
 }
Esempio n. 2
0
 public LhutaForm()
 {
     InitializeComponent();
     ts = new TiketService();
     ns = new NotifikaceService();
 }