コード例 #1
0
 public View_BagiShu()
 {
     InitializeComponent();
     _dataKoperasiServices = new DataKoperasiServices();
     _bagiShuServices      = new BagiShuServices();
     init();
 }
コード例 #2
0
        public View_Main()
        {
            InitializeComponent();

            _dataKoperasiServices = new DataKoperasiServices();
            Init();
        }
コード例 #3
0
 public BagiShuServices()
 {
     conn = DBConnection.connect();
     _dataKoperasiServices = new DataKoperasiServices();
     _dataAnggotaServices  = new DataAnggotaServices();
     _iptAnggotaServices   = new IptAnggotaServices();
 }
コード例 #4
0
        public View_BagiShuAnggota()
        {
            InitializeComponent();
            _dataKoperasiServices = new DataKoperasiServices();
            _bagiShuServices      = new BagiShuServices();

            _windowBagiShuAnggota = new Window_BagiShuAnggota(new BagiShuDto());
        }
コード例 #5
0
        public MainWindow()
        {
            InitializeComponent();
            _bagiShuServices      = new BagiShuServices();
            _dataKoperasiServices = new DataKoperasiServices();

            _dataShuView        = new View_Main();
            _iptAnggotaView     = new View_InptDataAnggota();
            _bagiShuView        = new View_BagiShu();
            _bagiShuAnggotaView = new View_BagiShuAnggota();
            _daftarAnggotaView  = new View_DaftarAnggota();
        }