Braincase.GanttChart.ExampleSimple.ExampleSimple C# (CSharp) Method

ExampleSimple() public method

public ExampleSimple ( ) : System
return System
        public ExampleSimple()
        {
            InitializeComponent();

            _mProject = new ProjectManager();
            _mProject.Add(new Task() { Name = "New Task" });
            _mChart.Init(_mProject);
        }