コード例 #1
0
	void createTask(string taskname){
		Newtask newtask = new Newtask();
		newtask.createTask(newTask);
	}
コード例 #2
0
    void createTask(string taskname)
    {
        Newtask newtask = new Newtask();

        newtask.createTask(newTask);
    }