private void ShowHowtoBtn_Click(object sender, RoutedEventArgs e) //how to. inform { InformationWindow informWindow = new InformationWindow("다이어그램의 사용", "다이어그램 사용방법에 대해 간단히 서술합니다", Information.DiagramShowWindow); informWindow.Show(); }
private void ShowHowtoBtn_Click(object sender, RoutedEventArgs e) { InformationWindow iw = new InformationWindow("비지니스 관리", "간편하고 자유로운 비지니스 관리에 대한 내용입니다.", Information.BusinessWindow); iw.Show(); }