Example #1
0
        public MFAppDeployConfigDialog(MFDevice device, ConfigDialogCommand command)
        {
            if (device != null)
            {
                m_cfgHelper = new MFConfigHelper(device);
                m_appDeploy = new MFApplicationDeployment(device);
            }
            m_command = command;
            m_device = device;

            InitializeComponent();
        }
Example #2
0
        public MFAppDeployConfigDialog(MFDevice device, ConfigDialogCommand command)
        {
            if (device != null)
            {
                m_cfgHelper = new MFConfigHelper(device);
                m_appDeploy = new MFApplicationDeployment(device);
            }
            m_command = command;
            m_device  = device;

            InitializeComponent();
        }
Example #3
0
 public MFAppDeployConfigDialog(ConfigDialogCommand command) : this(null, command)
 {
 }
Example #4
0
 public MFAppDeployConfigDialog(ConfigDialogCommand command) : this(null, command)
 {
 }