示例#1
0
        public LineChart()
        {
            preference = new List <productPreference>();
            connection = new Connection_Handler();

            chart = new LiveCharts.WinForms.CartesianChart();
        }
示例#2
0
        public Login()
        {
            m_aeroEnabled = false;

            this.FormBorderStyle = FormBorderStyle.None;

            InitializeComponent();

            connection = new Connection_Handler();
        }
示例#3
0
        public Dashboard()
        {
            m_aeroEnabled = false;

            this.FormBorderStyle = FormBorderStyle.None;

            InitializeComponent();

            connection = new Connection_Handler();
            charts = new Chart_Handler();
            LoadDashboard();
        }
示例#4
0
 public PieChart()
 {
     chart      = new LiveCharts.WinForms.PieChart();
     connection = new Connection_Handler();
 }