public ChangePrinterConfig(Guid networkId, ChangePrinterAction changePrinterAction)
            : this()
        {
            this.networkId = networkId;
            this.changePrinterAction = changePrinterAction;

            InitUI();
        }
示例#2
0
        public ChangePrinterConfig(Guid networkId, ChangePrinterAction changePrinterAction)
            : this()
        {
            this.networkId           = networkId;
            this.changePrinterAction = changePrinterAction;

            InitUI();
        }