コード例 #1
0
        public static void ShowMountNotification(Mount mount, string comm)
        {
            MountForm f = new MountForm(mount);

            ShowNotification(f, comm);
        }
コード例 #2
0
        public static void ShowMountNotification(Mount mount, string comm)
        {
            MountForm f = new MountForm(mount);

            ShowNotification(f, comm);
        }
コード例 #3
0
ファイル: MainForm.cs プロジェクト: TheSumm/Tibialyzer
        private void ShowMountNotification(Mount mount, string comm)
        {
            MountForm f = new MountForm(mount);

            ShowNotification(f, comm);
        }