示例#1
0
        // Constructor
        public WadAuthorMode()
        {
            // Initialize
            tools = new WAuthorTools();

            // We have no destructor
            GC.SuppressFinalize(this);
        }
示例#2
0
        // Constructor
        public WAuthorMode()
        {
            // Initialize
            tools = new WAuthorTools();

            // Enable this and you'll have a floating window
            //tools.Show(General.Interface);
            //General.Interface.Focus();

            // We have no destructor
            GC.SuppressFinalize(this);
        }