toast1 DoubleAnimation을 이용한 ToastMessage 토스트메세지 toast Message 【 WPF & C# (C Sharp) 】@ DoubleAnimation을 이용한 ToastMessage 토스트메세지 toast Message # 활용방법 ToastMessage("시작프로그램 등록", "");# MainWindow.xaml.cs 1234567891011121314Window ToastMessage_Window = (Window)Application.LoadComponent(new Uri("ToastMessage.xaml", UriKind.Relative)); private void ToastMessage(string TM_Msg, string TM_Icon) { Application.Current.Properties["TM_Msg"] = TM_Msg; Application.Current... 2017. 10. 17. 이전 1 다음