Ejemplo n.º 1
0
        public void Initialise(string filename)
        {
            control.Initialise(filename);

            Text = "Field Viewer - " + filename.Substring(filename.LastIndexOf('\\') + 1);
            Text = Text.Substring(0, Text.LastIndexOf('.'));
            Invalidate();
        }