Go to the documentation of this file.00001 using System;
00002 using System.Collections.Generic;
00003 using System.ComponentModel;
00004 using System.Data;
00005 using System.Drawing;
00006 using System.Linq;
00007 using System.Text;
00008 using System.Windows.Forms;
00009
00010 namespace visLU.Gui
00011 {
00012 public partial class TransferfunctionForm : Form
00013 {
00014 public TransferfunctionForm()
00015 {
00016 InitializeComponent();
00017 }
00018
00019 private void TransferfunctionForm_Paint(object sender, PaintEventArgs e)
00020 {
00021
00022 }
00023
00024 private void TransferfunctionForm_MouseDown(object sender, MouseEventArgs e)
00025 {
00026
00027 }
00028
00029 private void TransferfunctionForm_MouseMove(object sender, MouseEventArgs e)
00030 {
00031
00032 }
00033
00034 private void TransferfunctionForm_MouseUp(object sender, MouseEventArgs e)
00035 {
00036
00037 }
00038 }
00039 }