Exemplo n.º 1
0
        public CakeEditorWindow(LCK_WCFcommunication WCF_Comm)
        {
            InitializeComponent();

            this.lck_comm = WCF_Comm;
            RefreshCakes();
        }
        public SpecialOrderWindow(SpecialOrderWPF SO_WPF, LCK_WCFcommunication lckComm)
        {
            InitializeComponent();

            this.localSO      = SO_WPF;
            this.localLckComm = lckComm;

            SetDefaults();
        }