예제 #1
0
        public ShowDamageReportsCommand()
        {
            m_name     = "ShowDamageReportsCommand";
            m_message  = "Show Damage Reports Command";
            m_caption  = "Show Damage Reports Command";
            m_category = "SanteeCooper";
            m_toolTip  = "Show Damage Reports Command";

            var str = SCUtil.GetProfile();

            _profileOK = str == "Damage";
        }
        public StartDamageCommand()
        {
            m_name     = "StartDamageCommand";
            m_message  = "Start Damage Assessment Command";
            m_caption  = "Start Damage Assessment Command";
            m_category = "SanteeCooper";
            m_toolTip  = "Start Damage Assessment Command";

            var str = SCUtil.GetProfile();

            _profileOK = str == "Damage";
        }