コード例 #1
0
    private void tlbTools_ItemCreate(object sender, PXToolBarItemEventArgs e)
    {
        if (Page.IsCallback)
        {
            return;
        }

        if (e.Item.Key == _TOOLBAR_FILES)
        {
            GetAttachedFiles();
        }
    }
コード例 #2
0
	private void tlbTools_ItemCreate(object sender, PXToolBarItemEventArgs e)
	{
		if (Page.IsCallback)
			return;

		if (e.Item.Key == _TOOLBAR_FILES)
			GetAttachedFiles();
	}