Inheritance: NotificationForm
コード例 #1
0
        public static void ShowExperienceChartNotification(string comm)
        {
            ExperienceChart f = new ExperienceChart();

            ShowNotification(f, comm);
        }
コード例 #2
0
        public static void ShowExperienceChartNotification(string comm)
        {
            ExperienceChart f = new ExperienceChart();

            ShowNotification(f, comm);
        }