CmisSync.BubblesController.ShowBubble C# (CSharp) 메소드

ShowBubble() 공개 메소드

public ShowBubble ( string title, string subtext, ToolTipIcon tticon ) : void
title string
subtext string
tticon ToolTipIcon
리턴 void
        public void ShowBubble(string title, string subtext, ToolTipIcon tticon)
        {
            ShowBubbleEvent(title, subtext, tticon);
        }