public void Update(DirectoryInfo _di) { di = _di; top_parent = this; folder_name.Text = di.Name; isLoad = false; inti(); }
public MyFolder() { InitializeComponent(); top_parent = this; this.f_panel.MouseLeftButtonDown += o_c; this.f_image.MouseLeftButtonDown += o_c; inti(); }
public MainWindow(Friend f) { friend = f; InitializeComponent(); mydf = new MyDetailFolder(); myf = new MyFolder(); window = this; init(); }