Esempio n. 1
0
        public LineChart()
        {
            preference = new List <productPreference>();
            connection = new Connection_Handler();

            chart = new LiveCharts.WinForms.CartesianChart();
        }
Esempio n. 2
0
        public Login()
        {
            m_aeroEnabled = false;

            this.FormBorderStyle = FormBorderStyle.None;

            InitializeComponent();

            connection = new Connection_Handler();
        }
Esempio n. 3
0
        public Dashboard()
        {
            m_aeroEnabled = false;

            this.FormBorderStyle = FormBorderStyle.None;

            InitializeComponent();

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